Spaces:
Runtime error
Runtime error
Eddycrack864
commited on
Commit
•
2c6a6b2
1
Parent(s):
306cfd1
Update webUI.py
Browse files
webUI.py
CHANGED
@@ -144,8 +144,9 @@ class UVRWebUI:
|
|
144 |
with gr.Blocks() as app:
|
145 |
self.app = app
|
146 |
gr.HTML("<h1> 🎵 UVR 5.6 🎵 </h1>")
|
147 |
-
gr.Markdown("Space created by [Not Eddy (Spanish Mod)](http://discord.com/users/274566299349155851) in [AI HUB](https://discord.gg/aihub). Credits to r3gm for making part of the GUI.")
|
148 |
-
gr.Markdown("
|
|
|
149 |
gr.Markdown(
|
150 |
"[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/r3gm/Ultimate-Vocal-Remover-WebUI?duplicate=true)\n\n"
|
151 |
)
|
|
|
144 |
with gr.Blocks() as app:
|
145 |
self.app = app
|
146 |
gr.HTML("<h1> 🎵 UVR 5.6 🎵 </h1>")
|
147 |
+
gr.Markdown("# Space created by [Not Eddy (Spanish Mod)](http://discord.com/users/274566299349155851) in [AI HUB](https://discord.gg/aihub). Credits to r3gm for making part of the GUI.")
|
148 |
+
gr.Markdown("## You can use a GPU version in this [Colab](). If you liked this space you can give it a 💖 and star my repo on [GitHub](https://github.com/Eddycrack864/UVR5-5.6-for-Colab).")
|
149 |
+
gr.Markdown("### This is an experimental demo with CPU. Duplicate the space for use in private.")
|
150 |
gr.Markdown(
|
151 |
"[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/r3gm/Ultimate-Vocal-Remover-WebUI?duplicate=true)\n\n"
|
152 |
)
|