freyza commited on
Commit
e578c3b
·
verified ·
1 Parent(s): ead417b

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +2 -2
src/webui.py CHANGED
@@ -180,9 +180,9 @@ if __name__ == '__main__':
180
  with open(os.path.join(rvc_models_dir, 'public_models.json'), encoding='utf8') as infile:
181
  public_models = json.load(infile)
182
 
183
- with gr.Blocks(title='AICoverGen WebUI') as app:
184
 
185
- gr.Label('AICoverGen WebUI', show_label=False)
186
  gr.HTML(
187
  "<h3>Modified Covergen Repo — <a href='https://github.com/ardha27/AICoverGen-Mod'>Link</a></h3>"
188
  )
 
180
  with open(os.path.join(rvc_models_dir, 'public_models.json'), encoding='utf8') as infile:
181
  public_models = json.load(infile)
182
 
183
+ with gr.Blocks(title='RVC AICoverGen WebUI') as app:
184
 
185
+ gr.Label('RVC AICoverGen WebUI', show_label=False)
186
  gr.HTML(
187
  "<h3>Modified Covergen Repo — <a href='https://github.com/ardha27/AICoverGen-Mod'>Link</a></h3>"
188
  )