Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -313,7 +313,7 @@ def update_stems(model):
|
|
313 |
return gr.update(visible=False)
|
314 |
|
315 |
with gr.Blocks(
|
316 |
-
title="🎵
|
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 </
|
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)
|