Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -620,7 +620,7 @@ with gr.Blocks(theme ="hev832/applio", title = "🎵 Audio Separator UI 🎵") a
|
|
620 |
|
621 |
|
622 |
with gr.Row():
|
623 |
-
demucs_button = gr.Button("Separate!"
|
624 |
with gr.Row():
|
625 |
demucs_stem1 = gr.Audio(
|
626 |
show_download_button = True,
|
|
|
620 |
|
621 |
|
622 |
with gr.Row():
|
623 |
+
demucs_button = gr.Button("Separate!", variant = "primary")
|
624 |
with gr.Row():
|
625 |
demucs_stem1 = gr.Audio(
|
626 |
show_download_button = True,
|