Faridmaruf commited on
Commit
a4fe6e1
1 Parent(s): 55b5d6d

Update app-spaces.py

Browse files
Files changed (1) hide show
  1. app-spaces.py +1 -1
app-spaces.py CHANGED
@@ -327,7 +327,7 @@ if __name__ == '__main__':
327
  with gr.Blocks() as app:
328
  gr.Markdown(
329
  "# <center> Multi Model RVC 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
  )
333
  for (folder_title, folder, description, models) in categories:
 
327
  with gr.Blocks() as app:
328
  gr.Markdown(
329
  "# <center> Multi Model RVC Inference\n"
330
+ "#### [Google Collab RVC Blue Archives](https://colab.research.google.com/drive/1Hl0zix92NYI5HsylyjAy_7XmuXTBC-J9?usp=sharing)\n"
331
  "[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/ArkanDash/Multi-Model-RVC-Inference)"
332
  )
333
  for (folder_title, folder, description, models) in categories: