Spaces:
Runtime error
Runtime error
MrMocci
commited on
Commit
•
173db4a
1
Parent(s):
8a01fab
Update app.py
Browse files
app.py
CHANGED
@@ -373,7 +373,11 @@ if __name__ == '__main__':
|
|
373 |
with gr.Blocks() as app:
|
374 |
gr.Markdown(
|
375 |
"<div align='center'>\n\n"+
|
376 |
-
"#
|
|
|
|
|
|
|
|
|
377 |
"[![Repository](https://img.shields.io/badge/Github-Multi%20Model%20RVC%20Inference-blue?style=for-the-badge&logo=github)](https://github.com/ArkanDash/Multi-Model-RVC-Inference)\n\n"+
|
378 |
"</div>"
|
379 |
)
|
|
|
373 |
with gr.Blocks() as app:
|
374 |
gr.Markdown(
|
375 |
"<div align='center'>\n\n"+
|
376 |
+
"# RVC V2 MODELS GENSHIN IMPACT\n\n"+
|
377 |
+
"### Recommended to use Google Colab to use other character and feature.\n\n"+
|
378 |
+
"#### All of this voice samples are taken from the game Genshin Impact, and all voice credits belong to hoyoverse.\n\n"+
|
379 |
+
"[![Colab](https://img.shields.io/badge/Colab-RVC%20Genshin%20Impact-blue?style=for-the-badge&logo=googlecolab)](https://colab.research.google.com/drive/1EGHCk7wluqMX2krZhPI13Vhs21e07kOv)\n\n"+
|
380 |
+
"</div>\n\n"+
|
381 |
"[![Repository](https://img.shields.io/badge/Github-Multi%20Model%20RVC%20Inference-blue?style=for-the-badge&logo=github)](https://github.com/ArkanDash/Multi-Model-RVC-Inference)\n\n"+
|
382 |
"</div>"
|
383 |
)
|