Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -522,7 +522,7 @@ with gr.Blocks(
|
|
522 |
with gr.Tab("Demucs"):
|
523 |
with gr.Group():
|
524 |
with gr.Row():
|
525 |
-
demucs_model = gr.Dropdown(value="
|
526 |
demucs_output_format = gr.Dropdown(value="wav", choices=["wav", "flac", "mp3"], label="Output Format", info="The format of the output audio file.", scale=1)
|
527 |
with gr.Accordion("Advanced settings", open=False):
|
528 |
with gr.Column(variant='panel'):
|
|
|
522 |
with gr.Tab("Demucs"):
|
523 |
with gr.Group():
|
524 |
with gr.Row():
|
525 |
+
demucs_model = gr.Dropdown(value="htdemucs_ft", label="Select the Model", choices=list(DEMUCS_MODELS.keys()), scale=3)
|
526 |
demucs_output_format = gr.Dropdown(value="wav", choices=["wav", "flac", "mp3"], label="Output Format", info="The format of the output audio file.", scale=1)
|
527 |
with gr.Accordion("Advanced settings", open=False):
|
528 |
with gr.Column(variant='panel'):
|