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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -323,7 +323,7 @@ with gr.Blocks(
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)
 
323
  radius_size="lg",
324
  )
325
  ) as app:
326
+ gr.Markdown("<center><h1> 🎵 Audio-Separator 🎵 <small><small> by Politrees </small></small> </h1></center>")
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)