helloWorld199 commited on
Commit
29d42a1
·
verified ·
1 Parent(s): 27b5d35

Update src/main.py

Browse files
Files changed (1) hide show
  1. src/main.py +0 -2
src/main.py CHANGED
@@ -239,8 +239,6 @@ def song_cover_pipeline(song_input, voice_model, pitch_change, keep_files,
239
  reverb_rm_size=0.15, reverb_wet=0.2, reverb_dry=0.8, reverb_damping=0.7, output_format='mp3',
240
  progress=gr.Progress()):
241
  try:
242
- if not song_input or not voice_model:
243
- raise_exception('Ensure that the song input field and voice model field is filled.', is_webui)
244
 
245
  display_progress('[~] Starting AI Cover Generation Pipeline...', 0, is_webui, progress)
246
 
 
239
  reverb_rm_size=0.15, reverb_wet=0.2, reverb_dry=0.8, reverb_damping=0.7, output_format='mp3',
240
  progress=gr.Progress()):
241
  try:
 
 
242
 
243
  display_progress('[~] Starting AI Cover Generation Pipeline...', 0, is_webui, progress)
244