Spaces:
Runtime error
Runtime error
Commit
Β·
c666efb
1
Parent(s):
e907ca2
Upload app.py
Browse files
app.py
CHANGED
|
@@ -234,7 +234,7 @@ def demucs_separator(demucs_audio, demucs_model, demucs_output_format, demucs_sh
|
|
| 234 |
|
| 235 |
return stem1_file, stem2_file, stem3_file, stem4_file
|
| 236 |
|
| 237 |
-
with gr.Blocks(title="π΅ UVR5 UI π΅") as app:
|
| 238 |
gr.Markdown("<h1> π΅ UVR5 UI π΅ </h1>")
|
| 239 |
with gr.Tabs():
|
| 240 |
with gr.TabItem("BS/Mel Roformer"):
|
|
|
|
| 234 |
|
| 235 |
return stem1_file, stem2_file, stem3_file, stem4_file
|
| 236 |
|
| 237 |
+
with gr.Blocks(theme="NoCrypt/[email protected]", title="π΅ UVR5 UI π΅") as app:
|
| 238 |
gr.Markdown("<h1> π΅ UVR5 UI π΅ </h1>")
|
| 239 |
with gr.Tabs():
|
| 240 |
with gr.TabItem("BS/Mel Roformer"):
|