Next commited on
Commit
29e92d7
·
verified ·
1 Parent(s): d2c4058

Update src/webui.py

Browse files
Files changed (1) hide show
  1. src/webui.py +1 -1
src/webui.py CHANGED
@@ -182,7 +182,7 @@ if __name__ == '__main__':
182
 
183
  with gr.Blocks(theme=applio, title='RVC AICoverGen WebUI') as app:
184
 
185
- gr.HTML(' <center> RVC AICoverGen WebUI')
186
  gr.HTML(
187
  "<h3>Modified Covergen Repo — <a href='https://github.com/ardha27/AICoverGen-Mod'>ardha27</a></h3>"
188
  )
 
182
 
183
  with gr.Blocks(theme=applio, title='RVC AICoverGen WebUI') as app:
184
 
185
+ gr.HTML(' <center><h4> RVC AICoverGen WebUI</h4>')
186
  gr.HTML(
187
  "<h3>Modified Covergen Repo — <a href='https://github.com/ardha27/AICoverGen-Mod'>ardha27</a></h3>"
188
  )