Politrees commited on
Commit
b43d613
·
verified ·
1 Parent(s): 886856c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -7
app.py CHANGED
@@ -315,17 +315,12 @@ def update_stems(model):
315
  with gr.Blocks(
316
  title="🎵 Audio-Separator 🎵",
317
  css="footer{display:none !important}",
318
- theme=gr.themes.Soft(
319
- primary_hue="green",
320
- secondary_hue="green",
321
- neutral_hue="neutral",
322
  spacing_size="sm",
323
  radius_size="lg",
324
  )
325
  ) as app:
326
- with gr.Group():
327
- gr.HTML("<center><h1> 🎵 Audio-Separator 🎵 </h1></center>")
328
- gr.HTML("<center><h3> by Politrees </h3></center>")
329
  with gr.Accordion("General settings", open=False):
330
  with gr.Group():
331
  model_file_dir = gr.Textbox(value="/tmp/audio-separator-models/", label="Directory to cache model files", info="The directory where model files are stored.", placeholder="/tmp/audio-separator-models/", interactive=False)
 
315
  with gr.Blocks(
316
  title="🎵 Audio-Separator 🎵",
317
  css="footer{display:none !important}",
318
+ theme=gr.themes.Default(
 
 
 
319
  spacing_size="sm",
320
  radius_size="lg",
321
  )
322
  ) as app:
323
+ gr.HTML("<h1> 🎵 Audio-Separator 🎵 </h1>")
 
 
324
  with gr.Accordion("General settings", open=False):
325
  with gr.Group():
326
  model_file_dir = gr.Textbox(value="/tmp/audio-separator-models/", label="Directory to cache model files", info="The directory where model files are stored.", placeholder="/tmp/audio-separator-models/", interactive=False)