Eddycrack864 commited on
Commit
750f571
1 Parent(s): 5e1f20e

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -379,7 +379,7 @@ with gr.Blocks(title="🎵 UVR5 UI 🎵") as app:
379
  interactive = True
380
  )
381
  with gr.Row():
382
- mdxnet_button = gr.Button("Separate", variant = "primary")
383
  with gr.Row():
384
  mdxnet_stem1 = gr.Audio(
385
  show_download_button = True,
@@ -487,6 +487,7 @@ with gr.Blocks(title="🎵 UVR5 UI 🎵") as app:
487
  demucs_overlap = gr.Dropdown(
488
  label = "Overlap",
489
  choices = demucs_overlap_values,
 
490
  interactive = True
491
  )
492
  with gr.Row():
 
379
  interactive = True
380
  )
381
  with gr.Row():
382
+ mdxnet_button = gr.Button("Separate!", variant = "primary")
383
  with gr.Row():
384
  mdxnet_stem1 = gr.Audio(
385
  show_download_button = True,
 
487
  demucs_overlap = gr.Dropdown(
488
  label = "Overlap",
489
  choices = demucs_overlap_values,
490
+ value = demucs_overlap_values[0],
491
  interactive = True
492
  )
493
  with gr.Row():