Spaces:
Runtime error
Runtime error
Update webUI.py
Browse files
webUI.py
CHANGED
@@ -144,7 +144,7 @@ class UVRWebUI:
|
|
144 |
with gr.Blocks() as app:
|
145 |
self.app = app
|
146 |
gr.HTML("<h1> 🎵 Ultimate Vocal Remover 5.6 WebUI 🎵 </h1>")
|
147 |
-
gr.Markdown("## Ported from:
|
148 |
gr.Markdown("## [Original project page](https://github.com/Anjok07/ultimatevocalremovergui)")
|
149 |
#gr.Markdown("### Thanks to: [Hina](https://github.com/hinabl), [r3gm](https://github.com/R3gm) and [Anjok07](https://github.com/Anjok07)")
|
150 |
#gr.Markdown("### You can donate to the original UVR5 project [here](https://www.buymeacoffee.com/uvr5):")
|
|
|
144 |
with gr.Blocks() as app:
|
145 |
self.app = app
|
146 |
gr.HTML("<h1> 🎵 Ultimate Vocal Remover 5.6 WebUI 🎵 </h1>")
|
147 |
+
gr.Markdown("## Ported from:[Spaces](https://huggingface.co/spaces/Eddycrack864/UVR5) with cross-platform GPU support added.")
|
148 |
gr.Markdown("## [Original project page](https://github.com/Anjok07/ultimatevocalremovergui)")
|
149 |
#gr.Markdown("### Thanks to: [Hina](https://github.com/hinabl), [r3gm](https://github.com/R3gm) and [Anjok07](https://github.com/Anjok07)")
|
150 |
#gr.Markdown("### You can donate to the original UVR5 project [here](https://www.buymeacoffee.com/uvr5):")
|