Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -24,9 +24,9 @@ def leaderboard(list_filter, list_limit):
|
|
24 |
|
25 |
|
26 |
|
27 |
-
with gr.Blocks(
|
28 |
with gr.Row():
|
29 |
-
gr.Markdown("<h1> 🎵 Audio Separator UI 🎵
|
30 |
with gr.Row():
|
31 |
with gr.Tabs():
|
32 |
with gr.TabItem("BS/Mel Roformer"):
|
|
|
24 |
|
25 |
|
26 |
|
27 |
+
with gr.Blocks(title = "🎵 Audio Separator UI 🎵") as app:
|
28 |
with gr.Row():
|
29 |
+
gr.Markdown("<h1><center> 🎵 Audio Separator UI 🎵")
|
30 |
with gr.Row():
|
31 |
with gr.Tabs():
|
32 |
with gr.TabItem("BS/Mel Roformer"):
|