lytanshade commited on
Commit
6f29701
·
verified ·
1 Parent(s): 04cf976

Update webUI.py

Browse files
Files changed (1) hide show
  1. webUI.py +8 -8
webUI.py CHANGED
@@ -143,14 +143,14 @@ class UVRWebUI:
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("### 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"):
 
143
  def define_layout(self):
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"):