Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -330,7 +330,7 @@ def update_stems(model):
|
|
330 |
with gr.Blocks(
|
331 |
title="🎵 Audio-Separator 🎵",
|
332 |
css="footer{display:none !important}",
|
333 |
-
theme=
|
334 |
) as app:
|
335 |
gr.HTML("<h1> 🎵 Audio-Separator 🎵 </h1>")
|
336 |
|
|
|
330 |
with gr.Blocks(
|
331 |
title="🎵 Audio-Separator 🎵",
|
332 |
css="footer{display:none !important}",
|
333 |
+
theme="theNeofr/Syne"
|
334 |
) as app:
|
335 |
gr.HTML("<h1> 🎵 Audio-Separator 🎵 </h1>")
|
336 |
|