Politrees commited on
Commit
f2d4244
·
verified ·
1 Parent(s): 81f865e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -313,7 +313,7 @@ def update_stems(model):
313
  return gr.update(visible=False)
314
 
315
  with gr.Blocks(
316
- title="🎵 PolUVR - Politrees 🎵",
317
  css="footer{display:none !important}",
318
  theme=gr.themes.Soft(
319
  primary_hue="green",
@@ -323,7 +323,7 @@ with gr.Blocks(
323
  radius_size="lg",
324
  )
325
  ) as app:
326
- gr.Markdown("<h1> Audio-Separator by Politrees </h1>")
327
  with gr.Accordion("General settings", open=False):
328
  with gr.Group():
329
  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)
 
313
  return gr.update(visible=False)
314
 
315
  with gr.Blocks(
316
+ title="🎵 Audio-Separator 🎵",
317
  css="footer{display:none !important}",
318
  theme=gr.themes.Soft(
319
  primary_hue="green",
 
323
  radius_size="lg",
324
  )
325
  ) as app:
326
+ gr.Markdown("<h1> 🎵 Audio-Separator 🎵 </h1> <h3> by Politrees </h3>")
327
  with gr.Accordion("General settings", open=False):
328
  with gr.Group():
329
  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)