Spaces:
Running
Running
Eddycrack864
commited on
Commit
β’
415c27b
1
Parent(s):
750f571
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/miku@1.2.2", title="π΅ UVR5 UI π΅") as app:
|
238 |
gr.Markdown("<h1> π΅ UVR5 UI π΅ </h1>")
|
239 |
with gr.Tabs():
|
240 |
with gr.TabItem("BS/Mel Roformer"):
|