lytanshade commited on
Commit
26c014e
·
verified ·
1 Parent(s): 6f29701

Update webUI.py

Browse files
Files changed (1) hide show
  1. webUI.py +2 -2
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 added cross-platform GPU support")
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
  # "[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](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
  # "[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/Eddycrack864/UVR5?duplicate=true)\n\n"
154
+ #)
155
  with gr.Tabs():
156
  with gr.TabItem("Process"):
157
  with gr.Row():