Spaces:
Runtime error
Runtime error
Eddycrack864
commited on
Commit
•
46e3775
1
Parent(s):
2cad2e7
Update webUI.py
Browse files
webUI.py
CHANGED
@@ -143,9 +143,10 @@ class UVRWebUI:
|
|
143 |
def define_layout(self):
|
144 |
with gr.Blocks() as app:
|
145 |
self.app = app
|
146 |
-
gr.HTML("<h1> 🎵
|
147 |
-
gr.Markdown("## Space created by [Not Eddy (Spanish Mod)](http://discord.com/users/274566299349155851) in [AI HUB](https://discord.gg/aihub)
|
148 |
-
gr.Markdown("## You can use a GPU version in this [Colab](). If you liked
|
|
|
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"
|
|
|
143 |
def define_layout(self):
|
144 |
with gr.Blocks() as app:
|
145 |
self.app = app
|
146 |
+
gr.HTML("<h1> 🎵 Ultimate Vocal Remover 5.6 for Hugging Face 🎵 </h1>")
|
147 |
+
gr.Markdown("## Space created by [Not Eddy (Spanish Mod)](http://discord.com/users/274566299349155851) in [AI HUB](https://discord.gg/aihub) server.")
|
148 |
+
gr.Markdown("## You can use a GPU version in this [Colab](https://colab.research.google.com/github/Eddycrack864/Ultimate-Vocal-Remover-5.6-for-Google-Colab/blob/main/Ultimate_Vocal_Remover_5_6_for_Google_Colab.ipynb). If you liked the space and colab you can give it a 💖 and star my repo on [GitHub](https://github.com/Eddycrack864/UVR5-5.6-for-Colab).")
|
149 |
+
gr.Markdown("### Thanks to: [Hina](https://github.com/hinabl), [r3gm](https://github.com/R3gm) and [Anjok07](https://github.com/Anjok07)")
|
150 |
gr.Markdown("### This is an experimental demo with CPU. Duplicate the space for use in private.")
|
151 |
gr.Markdown(
|
152 |
"[![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"
|