Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -341,7 +341,7 @@ def update_stems(model):
|
|
341 |
with gr.Blocks(
|
342 |
title="🎵 Audio-Separator 🎵",
|
343 |
#css="footer{display:none !important}",
|
344 |
-
theme=gr.themes.Base(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink
|
345 |
) as app:
|
346 |
gr.HTML("<h1> 🎵 Audio-Separator 🎵 </h1>")
|
347 |
|
|
|
341 |
with gr.Blocks(
|
342 |
title="🎵 Audio-Separator 🎵",
|
343 |
#css="footer{display:none !important}",
|
344 |
+
theme=gr.themes.Base(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink,
|
345 |
) as app:
|
346 |
gr.HTML("<h1> 🎵 Audio-Separator 🎵 </h1>")
|
347 |
|