_Noxty commited on
Commit
5cb13ea
·
verified ·
1 Parent(s): 0b65c23

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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():