Spaces:
Runtime error
Runtime error
Update webUI.py
Browse files
webUI.py
CHANGED
@@ -144,14 +144,14 @@ 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: [Spaces] (https://huggingface.co/spaces/Eddycrack864/UVR5) with
|
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):")
|
151 |
#gr.Markdown("### This is an experimental demo with CPU. Duplicate the space for use in private.")
|
152 |
#gr.Markdown(
|
153 |
# "[](https://huggingface.co/spaces/Eddycrack864/UVR5?duplicate=true)\n\n"
|
154 |
-
)
|
155 |
with gr.Tabs():
|
156 |
with gr.TabItem("Process"):
|
157 |
with gr.Row():
|
|
|
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):")
|
151 |
#gr.Markdown("### This is an experimental demo with CPU. Duplicate the space for use in private.")
|
152 |
#gr.Markdown(
|
153 |
# "[](https://huggingface.co/spaces/Eddycrack864/UVR5?duplicate=true)\n\n"
|
154 |
+
#)
|
155 |
with gr.Tabs():
|
156 |
with gr.TabItem("Process"):
|
157 |
with gr.Row():
|