Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -251,7 +251,8 @@ def demucs_separator(audio, model, seg_size, shifts, overlap, segments_enabled,
|
|
251 |
|
252 |
return stems[0], stems[1], stems[2], stems[3]
|
253 |
|
254 |
-
with gr.Blocks(title="🎵
|
|
|
255 |
with gr.Accordion("General settings", open=False):
|
256 |
model_file_dir = gr.Textbox(value="/tmp/audio-separator-models/", label="Directory for storing model files", placeholder="/tmp/audio-separator-models/", interactive=False)
|
257 |
with gr.Row():
|
|
|
251 |
|
252 |
return stems[0], stems[1], stems[2], stems[3]
|
253 |
|
254 |
+
with gr.Blocks(title="🎵 PolUVR - Politrees 🎵", css="footer{display:none !important}") as app:
|
255 |
+
gr.Markdown("<h1> Audio-Separator by Politrees </h1>")
|
256 |
with gr.Accordion("General settings", open=False):
|
257 |
model_file_dir = gr.Textbox(value="/tmp/audio-separator-models/", label="Directory for storing model files", placeholder="/tmp/audio-separator-models/", interactive=False)
|
258 |
with gr.Row():
|