Spaces:
Running
Running
Next
commited on
Update src/webui.py
Browse files- src/webui.py +3 -3
src/webui.py
CHANGED
@@ -182,11 +182,11 @@ if __name__ == '__main__':
|
|
182 |
|
183 |
with gr.Blocks(theme=applio, title='RVC AICoverGen WebUI') as app:
|
184 |
|
185 |
-
gr.HTML(' <center><
|
186 |
gr.HTML(
|
187 |
-
"<
|
188 |
)
|
189 |
-
gr.HTML("<a href='https://colab.research.google.com/drive/1lbACoEuigSGZgBC73gy50Qn0Z5k6xsXX?usp=sharing' target='_blank'><img src='https://colab.research.google.com/assets/colab-badge.svg' alt='Open in Colab'></a>")
|
190 |
|
191 |
# main tab
|
192 |
with gr.Tab("Generate"):
|
|
|
182 |
|
183 |
with gr.Blocks(theme=applio, title='RVC AICoverGen WebUI') as app:
|
184 |
|
185 |
+
gr.HTML(' <center><h3> RVC AICoverGen WebUI</h3>')
|
186 |
gr.HTML(
|
187 |
+
" <center><h2>Modified Covergen Repo — <a href='https://github.com/ardha27/AICoverGen-Mod'>ardha27</a></h3>"
|
188 |
)
|
189 |
+
gr.HTML(" <center> <a href='https://colab.research.google.com/drive/1lbACoEuigSGZgBC73gy50Qn0Z5k6xsXX?usp=sharing' target='_blank'><img src='https://colab.research.google.com/assets/colab-badge.svg' alt='Open in Colab'></a>")
|
190 |
|
191 |
# main tab
|
192 |
with gr.Tab("Generate"):
|