Eddycrack864 commited on
Commit
702e148
1 Parent(s): 4f0ab45

Update webUI.py

Browse files
Files changed (1) hide show
  1. webUI.py +4 -4
webUI.py CHANGED
@@ -143,13 +143,13 @@ class UVRWebUI:
143
  def define_layout(self):
144
  with gr.Blocks() as app:
145
  self.app = app
146
- gr.HTML("<h1> 🎵 Ultimate Vocal Remover WebUI 🎵 </h1>")
147
- gr.Markdown("This is an experimental demo with CPU. Duplicate the space for use in private")
148
  gr.Markdown(
149
  "[![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"
150
  )
151
  with gr.Tabs():
152
- with gr.TabItem("process"):
153
  with gr.Row():
154
  self.arch_choice = gr.Dropdown(
155
  choices=[VR_ARCH_TYPE, MDX_ARCH_TYPE], value=VR_ARCH_TYPE, # choices=[VR_ARCH_TYPE, MDX_ARCH_TYPE, DEMUCS_ARCH_TYPE], value=VR_ARCH_TYPE,
@@ -187,7 +187,7 @@ class UVRWebUI:
187
  with gr.Row():
188
  self.out_message = gr.Textbox(label="Output Message", interactive=False, show_progress=False)
189
 
190
- with gr.TabItem("settings"):
191
  with gr.Tabs():
192
  with gr.TabItem("Additional Settigns"):
193
  self.wav_type = gr.Dropdown(choices=WAV_TYPE, label="Wav Type", value="PCM_16", interactive=True)
 
143
  def define_layout(self):
144
  with gr.Blocks() as app:
145
  self.app = app
146
+ gr.HTML("<h1> 🎵 UVR 5.6 🎵 </h1>")
147
+ gr.Markdown("This is an experimental demo with CPU. Duplicate the space for use in private.")
148
  gr.Markdown(
149
  "[![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"
150
  )
151
  with gr.Tabs():
152
+ with gr.TabItem("Process"):
153
  with gr.Row():
154
  self.arch_choice = gr.Dropdown(
155
  choices=[VR_ARCH_TYPE, MDX_ARCH_TYPE], value=VR_ARCH_TYPE, # choices=[VR_ARCH_TYPE, MDX_ARCH_TYPE, DEMUCS_ARCH_TYPE], value=VR_ARCH_TYPE,
 
187
  with gr.Row():
188
  self.out_message = gr.Textbox(label="Output Message", interactive=False, show_progress=False)
189
 
190
+ with gr.TabItem("Settings"):
191
  with gr.Tabs():
192
  with gr.TabItem("Additional Settigns"):
193
  self.wav_type = gr.Dropdown(choices=WAV_TYPE, label="Wav Type", value="PCM_16", interactive=True)