Next
commited on
Commit
•
3bda028
1
Parent(s):
bed4436
Update app.py
Browse files
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 |
-
|
|
|
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,
|