Skip to content

Commit 83c51d7

Browse files
authored
Update inference.py
1 parent f2b4ba5 commit 83c51d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/inference/inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def run_advanced_rvc(model_name, youtube_url, export_format, f0_method, f0_up_ke
268268
# ai Mix
269269
output_file = os.path.join(current_dir, f"aicover_{model_name}.{export_format.lower()}")
270270
final_mix.export(output_file, format=export_format.lower())
271-
output_bfile = os.path.join(current_dir, f"aicover-with-{backing}-{model_name}.{export_format.lower()}")
271+
output_bfile = os.path.join(current_dir, f"aicover-with_{backing}_{model_name}.{export_format.lower()}")
272272
backing_mix.export(output_bfile, format=export_format.lower())
273273
logging.info("Mixing complete. Output saved to %s", output_file)
274274
return f"Mixed file saved as: {output_file}", output_file, output_bfile, output_bfile, rvc_lead, rvc_backing

0 commit comments

Comments
 (0)