ArkanDash commited on
Commit
85500c6
1 Parent(s): 706c763

feat: markdown

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
  )