Politrees commited on
Commit
297a7b4
·
verified ·
1 Parent(s): 4f80d1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="htdemucs_6s", 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'):
 
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'):