Spaces:
Running
Running
Update src/webui.py
Browse files- src/webui.py +1 -2
src/webui.py
CHANGED
@@ -242,8 +242,7 @@ if __name__ == '__main__':
|
|
242 |
outputs=[pitch, main_gain, backup_gain, inst_gain, index_rate, filter_radius, rms_mix_rate,
|
243 |
protect, f0_method, crepe_hop_length, pitch_all, reverb_rm_size, reverb_wet,
|
244 |
reverb_dry, reverb_damping, output_format, ai_cover])
|
245 |
-
|
246 |
-
# Download tab
|
247 |
with gr.Tab('Download model'):
|
248 |
with gr.Tab('From HuggingFace/Pixeldrain URL'):
|
249 |
with gr.Row():
|
|
|
242 |
outputs=[pitch, main_gain, backup_gain, inst_gain, index_rate, filter_radius, rms_mix_rate,
|
243 |
protect, f0_method, crepe_hop_length, pitch_all, reverb_rm_size, reverb_wet,
|
244 |
reverb_dry, reverb_damping, output_format, ai_cover])
|
245 |
+
with gr.Tabs():
|
|
|
246 |
with gr.Tab('Download model'):
|
247 |
with gr.Tab('From HuggingFace/Pixeldrain URL'):
|
248 |
with gr.Row():
|