Nex432 commited on
Commit
3bda028
1 Parent(s): bed4436

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -50,7 +50,8 @@ def demucs_def(demucs_audio, demucs_model, demucs_output_format, demucs_shifts,
50
 
51
 
52
  with gr.Blocks(title="Demucs Esparation", theme=applio) as demo:
53
- with gr.TabItem("Demucs"):
 
54
  demucs_model = gr.Dropdown(
55
  label = "Select the Model",
56
  choices = demucs_models,
 
50
 
51
 
52
  with gr.Blocks(title="Demucs Esparation", theme=applio) as demo:
53
+ gr.Markdown("# DEMUCS ESPRATION UVR")
54
+ with gr.TabItem("main settings"):
55
  demucs_model = gr.Dropdown(
56
  label = "Select the Model",
57
  choices = demucs_models,