Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -323,7 +323,7 @@ with gr.Blocks(
|
|
323 |
radius_size="lg",
|
324 |
)
|
325 |
) as app:
|
326 |
-
gr.Markdown("<h1> 🎵 Audio-Separator 🎵
|
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)
|