Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiromiyaG authored Sep 8, 2024
1 parent a668891 commit 6812236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ def full_inference_program(
else:
if input_file:
input_file = os.path.join(vocals_path, input_file)
print("Separating Bakcing vocals")
print("Separating Backing vocals")
if model_info["name"] == "Mel-Roformer Karaoke by aufr33 and viperx":
model_ckpt_path = os.path.join(model_info["path"], "model.ckpt")
if not os.path.exists(model_ckpt_path):
Expand Down

0 comments on commit 6812236

Please sign in to comment.