Skip to content

Commit

Permalink
chore(format): run black on main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2024
1 parent 206b6a2 commit 8840e67
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 8840e67

Please sign in to comment.