Spaces:
Runtime error
Runtime error
Update src/webui.py
Browse files- 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 |
-
|
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'):
|