theNeofr commited on
Commit
bd84d91
·
verified ·
1 Parent(s): 58b7507

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -341,7 +341,7 @@ def update_stems(model):
341
  with gr.Blocks(
342
  title="🎵 Audio-Separator 🎵",
343
  #css="footer{display:none !important}",
344
- theme=gr.themes.Base(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink
345
  ) as app:
346
  gr.HTML("<h1> 🎵 Audio-Separator 🎵 </h1>")
347
 
 
341
  with gr.Blocks(
342
  title="🎵 Audio-Separator 🎵",
343
  #css="footer{display:none !important}",
344
+ theme=gr.themes.Base(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink,
345
  ) as app:
346
  gr.HTML("<h1> 🎵 Audio-Separator 🎵 </h1>")
347