Spaces:
Sleeping
Sleeping
Next
commited on
Update src/webui.py
Browse files- 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 |
)
|