Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ def demucs_separator(demucs_audio, demucs_model, demucs_output_format, demucs_sh
|
|
237 |
with gr.Blocks(theme="NoCrypt/[email protected]", title="π΅ UVR5 UI π΅") as app:
|
238 |
gr.Markdown("<h1> π΅ UVR5 UI π΅ </h1>")
|
239 |
gr.Markdown("If you liked this HF Space you can give me a β€οΈ")
|
240 |
-
gr.Markdown("Try UVR5 UI
|
241 |
with gr.Tabs():
|
242 |
with gr.TabItem("BS/Mel Roformer"):
|
243 |
with gr.Row():
|
|
|
237 |
with gr.Blocks(theme="NoCrypt/[email protected]", title="π΅ UVR5 UI π΅") as app:
|
238 |
gr.Markdown("<h1> π΅ UVR5 UI π΅ </h1>")
|
239 |
gr.Markdown("If you liked this HF Space you can give me a β€οΈ")
|
240 |
+
gr.Markdown("Try UVR5 UI using Colab [here](https://colab.research.google.com/github/Eddycrack864/UVR5-UI/blob/main/UVR_UI.ipynb)")
|
241 |
with gr.Tabs():
|
242 |
with gr.TabItem("BS/Mel Roformer"):
|
243 |
with gr.Row():
|