helloWorld199 commited on
Commit
f97a03d
1 Parent(s): 8b3f08b

Update src/main.py

Browse files
Files changed (1) hide show
  1. src/main.py +1 -0
src/main.py CHANGED
@@ -289,6 +289,7 @@ def song_cover_pipeline(main_vocals, backup_vocals, voice_model, pitch_change, k
289
 
290
  if backup_vocals == "":
291
  print("####### ENTRATO QUA, BACKUP VOCALS NON DATI IN INPUT ########")
 
292
  return ai_vocals_mixed_path
293
 
294
  display_progress('[~] Combining AI Vocals and Instrumentals...', 0.9, is_webui, progress)
 
289
 
290
  if backup_vocals == "":
291
  print("####### ENTRATO QUA, BACKUP VOCALS NON DATI IN INPUT ########")
292
+ ai_vocals_mixed_path = convert_to_stereo(ai_vocals_mixed_path)
293
  return ai_vocals_mixed_path
294
 
295
  display_progress('[~] Combining AI Vocals and Instrumentals...', 0.9, is_webui, progress)