theNeofr commited on
Commit
ac73748
1 Parent(s): bd84d91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -338,11 +338,7 @@ def update_stems(model):
338
 
339
 
340
 
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
 
348
  with gr.Tab("Roformer"):
 
338
 
339
 
340
 
341
+ with gr.Blocks(title="🎵 Audio-Separator 🎵",theme=gr.themes.Base(primary_hue=gr.themes.colors.red, secondary_hue=gr.themes.colors.pink) as app:
 
 
 
 
342
  gr.HTML("<h1> 🎵 Audio-Separator 🎵 </h1>")
343
 
344
  with gr.Tab("Roformer"):