theNeofr commited on
Commit
d52c44f
·
verified ·
1 Parent(s): 89c6124

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,9 +24,9 @@ def leaderboard(list_filter, list_limit):
24
 
25
 
26
 
27
- with gr.Blocks(theme ="hev832/applio", title = "🎵 Audio Separator UI 🎵") as app:
28
  with gr.Row():
29
- gr.Markdown("<h1> 🎵 Audio Separator UI 🎵 </h1>")
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"):