justyoung commited on
Commit
a43023d
1 Parent(s): 0205d72

Update webUI.py

Browse files
Files changed (1) hide show
  1. webUI.py +1 -1
webUI.py CHANGED
@@ -143,7 +143,7 @@ class UVRWebUI:
143
  theme = "aliabid94/new-theme"
144
 
145
  def define_layout(self):
146
- with gr.Blocks(theme) as app:
147
  self.app = app
148
  gr.HTML("<h1> 🎵 Ultimate Vocal Remover 5.6 for Hugging Face 🎵 </h1>")
149
  gr.Markdown("## Space created by [Not Eddy (Spanish Mod)](http://discord.com/users/274566299349155851) in [AI HUB](https://discord.gg/aihub) server.")
 
143
  theme = "aliabid94/new-theme"
144
 
145
  def define_layout(self):
146
+ with gr.Blocks(theme=theme) as app:
147
  self.app = app
148
  gr.HTML("<h1> 🎵 Ultimate Vocal Remover 5.6 for Hugging Face 🎵 </h1>")
149
  gr.Markdown("## Space created by [Not Eddy (Spanish Mod)](http://discord.com/users/274566299349155851) in [AI HUB](https://discord.gg/aihub) server.")