Skip to content

Commit

Permalink
Merge pull request #846 from IAHispano/formatter/main
Browse files Browse the repository at this point in the history
chore(format): run black on main
  • Loading branch information
blaisewf authored Oct 27, 2024
2 parents 206b6a2 + 8840e67 commit 7bc069f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rvc/train/extract/extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ def run_embedding_extraction(
os.makedirs(os.path.join(exp_dir, version + "_extracted"), exist_ok=True)
# write to model_info.json
chosen_embedder_model = (
embedder_model_custom if embedder_model=='custom' else embedder_model
embedder_model_custom if embedder_model == "custom" else embedder_model
)

file_path = os.path.join(exp_dir, "model_info.json")
Expand Down

0 comments on commit 7bc069f

Please sign in to comment.