Spaces:
Running
Running
_Noxty
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def leaderboard(list_filter, list_limit):
|
|
25 |
|
26 |
|
27 |
|
28 |
-
with gr.Blocks(title = "🎵 Audio Separator UI 🎵") as app:
|
29 |
with gr.Row():
|
30 |
gr.Markdown("<h1><center> 🎵 Audio Separator UI 🎵")
|
31 |
with gr.Row():
|
|
|
25 |
|
26 |
|
27 |
|
28 |
+
with gr.Blocks(theme=gr.themes.Base(), title = "🎵 Audio Separator UI 🎵") as app:
|
29 |
with gr.Row():
|
30 |
gr.Markdown("<h1><center> 🎵 Audio Separator UI 🎵")
|
31 |
with gr.Row():
|