Spaces:
Running
Running
Update src/webui.py
Browse files- src/webui.py +3 -3
src/webui.py
CHANGED
@@ -242,9 +242,9 @@ 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 |
-
|
247 |
-
|
248 |
with gr.Row():
|
249 |
model_zip_link = gr.Text(label='Download link to model', info='Should be a zip file containing a .pth model file and an optional .index file.')
|
250 |
model_name = gr.Text(label='Name your model', info='Give your new model a unique name from your other voice models.')
|
|
|
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 |
+
with gr.TabItem("Download Model"):
|
247 |
+
with gr.Tab('From HuggingFace/Pixeldrain URL'):
|
248 |
with gr.Row():
|
249 |
model_zip_link = gr.Text(label='Download link to model', info='Should be a zip file containing a .pth model file and an optional .index file.')
|
250 |
model_name = gr.Text(label='Name your model', info='Give your new model a unique name from your other voice models.')
|