helloWorld199 commited on
Commit
3c79427
1 Parent(s): 75afec6

remove keep files parameter. it's not necessary, we don't use that

Browse files
Files changed (1) hide show
  1. src/webui.py +1 -1
src/webui.py CHANGED
@@ -235,7 +235,7 @@ if __name__ == '__main__':
235
  ref_btn.click(update_models_list, None, outputs=rvc_model)
236
  is_webui = gr.Number(value=1, visible=False)
237
  generate_btn.click(song_cover_pipeline,
238
- inputs=[main_vocals_input, backup_vocals_input, rvc_model, pitch, keep_files, is_webui, main_gain, backup_gain,
239
  inst_gain, index_rate, filter_radius, rms_mix_rate, f0_method, crepe_hop_length,
240
  protect, pitch_all, reverb_rm_size, reverb_wet, reverb_dry, reverb_damping,
241
  output_format],
 
235
  ref_btn.click(update_models_list, None, outputs=rvc_model)
236
  is_webui = gr.Number(value=1, visible=False)
237
  generate_btn.click(song_cover_pipeline,
238
+ inputs=[main_vocals_input, backup_vocals_input, rvc_model, pitch, is_webui, main_gain, backup_gain,
239
  inst_gain, index_rate, filter_radius, rms_mix_rate, f0_method, crepe_hop_length,
240
  protect, pitch_all, reverb_rm_size, reverb_wet, reverb_dry, reverb_damping,
241
  output_format],