theNeofr commited on
Commit
de3c393
1 Parent(s): 044b1fe

Update app.py

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