Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
feat: markdown
Browse files
app.py
CHANGED
@@ -327,6 +327,7 @@ if __name__ == '__main__':
|
|
327 |
with gr.Blocks() as app:
|
328 |
gr.Markdown(
|
329 |
"# <center> RVC Genshin Impact Inference\n"
|
|
|
330 |
"#### From [Retrieval-based-Voice-Conversion](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)\n"
|
331 |
"[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/ArkanDash/Multi-Model-RVC-Inference)"
|
332 |
)
|
|
|
327 |
with gr.Blocks() as app:
|
328 |
gr.Markdown(
|
329 |
"# <center> RVC Genshin Impact Inference\n"
|
330 |
+
"### <center> [Recommended to use Google Colab to use more character & more feature](https://colab.research.google.com/drive/110kiMZTdP6Ri1lY9-NbQf17GVPPhHyeT?usp=sharing)\n"
|
331 |
"#### From [Retrieval-based-Voice-Conversion](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)\n"
|
332 |
"[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/ArkanDash/Multi-Model-RVC-Inference)"
|
333 |
)
|