helloWorld199 commited on
Commit
31982e6
·
verified ·
1 Parent(s): ac77c7b

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +1 -4
src/webui.py CHANGED
@@ -242,10 +242,7 @@ if __name__ == '__main__':
242
  protect, pitch_all, reverb_rm_size, reverb_wet, reverb_dry, reverb_damping,
243
  output_format],
244
  outputs=[ai_vocals, instrumentals])
245
- clear_btn.click(lambda: [0, 0, 0, 0, 0.5, 3, 0.25, 0.33, 'rmvpe', 128, 0, 0.15, 0.2, 0.8, 0.7, 'mp3', None],
246
- outputs=[pitch, main_gain, backup_gain, inst_gain, index_rate, filter_radius, rms_mix_rate,
247
- protect, f0_method, crepe_hop_length, pitch_all, reverb_rm_size, reverb_wet,
248
- reverb_dry, reverb_damping, output_format, ai_cover])
249
 
250
  # Download tab
251
  with gr.Tab('Download model'):
 
242
  protect, pitch_all, reverb_rm_size, reverb_wet, reverb_dry, reverb_damping,
243
  output_format],
244
  outputs=[ai_vocals, instrumentals])
245
+
 
 
 
246
 
247
  # Download tab
248
  with gr.Tab('Download model'):