Next
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def demucs_separator(demucs_audio, demucs_model, demucs_output_format, demucs_sh
|
|
120 |
|
121 |
return stem1_file, stem2_file, stem3_file, stem4_file
|
122 |
|
123 |
-
with gr.Blocks(theme=
|
124 |
gr.Markdown("<h1> 🎵 UVR5 UI 🎵 </h1>")
|
125 |
gr.Markdown("If you liked this HF Space you can give me a ❤️")
|
126 |
gr.Markdown("Try UVR5 UI with GPU using Colab [here](https://colab.research.google.com/github/Eddycrack864/UVR5-UI/blob/main/UVR_UI.ipynb)")
|
@@ -430,4 +430,4 @@ with gr.Blocks(theme=theme, title="🎵 UVR5 UI 🎵") as app:
|
|
430 |
)
|
431 |
|
432 |
app.queue()
|
433 |
-
app.launch()
|
|
|
120 |
|
121 |
return stem1_file, stem2_file, stem3_file, stem4_file
|
122 |
|
123 |
+
with gr.Blocks(theme=applio, title="🎵 UVR5 UI 🎵") as app:
|
124 |
gr.Markdown("<h1> 🎵 UVR5 UI 🎵 </h1>")
|
125 |
gr.Markdown("If you liked this HF Space you can give me a ❤️")
|
126 |
gr.Markdown("Try UVR5 UI with GPU using Colab [here](https://colab.research.google.com/github/Eddycrack864/UVR5-UI/blob/main/UVR_UI.ipynb)")
|
|
|
430 |
)
|
431 |
|
432 |
app.queue()
|
433 |
+
app.launch(show_api=False)
|