helloWorld199 commited on
Commit
44d7652
1 Parent(s): eeea902

Update src/main.py

Browse files
Files changed (1) hide show
  1. src/main.py +1 -1
src/main.py CHANGED
@@ -303,7 +303,7 @@ def vocal_only_pipeline(song_input, voice_model, pitch_change, is_webui=0,index_
303
 
304
  # Function defining the pipeline to create the AI cover of an audio containing only voice information.
305
  # Returns the path of the cover vocal.
306
- def vocal_only_pipeline_no_reverb(song_input, voice_model, pitch_change, is_webui=0,index_rate=0.5, filter_radius=3,
307
  rms_mix_rate=0.25, f0_method='rmvpe', crepe_hop_length=128, protect=0.33, pitch_change_all=0,
308
  reverb_rm_size=0.15, reverb_wet=0.2, reverb_dry=0.8, reverb_damping=0.7, output_format='mp3',progress=gr.Progress()):
309
  try:
 
303
 
304
  # Function defining the pipeline to create the AI cover of an audio containing only voice information.
305
  # Returns the path of the cover vocal.
306
+ def vocal_only_pipeline_no_dereverb(song_input, voice_model, pitch_change, is_webui=0,index_rate=0.5, filter_radius=3,
307
  rms_mix_rate=0.25, f0_method='rmvpe', crepe_hop_length=128, protect=0.33, pitch_change_all=0,
308
  reverb_rm_size=0.15, reverb_wet=0.2, reverb_dry=0.8, reverb_damping=0.7, output_format='mp3',progress=gr.Progress()):
309
  try: