ArkanDash commited on
Commit
84b7f47
1 Parent(s): 6c8f309

fix: markdown

Browse files
Files changed (1) hide show
  1. app.py +2 -4
app.py CHANGED
@@ -135,10 +135,8 @@ if __name__ == '__main__':
135
  gr.Markdown(
136
  "# <center> RVC Models (Outdated)\n"
137
  "## <center> The input audio should be clean and pure voice without background music.\n"
138
- "### <center> Updated Repository: [NEW RVC Models](https://huggingface.co/spaces/ArkanDash/rvc-models-new).\n"
139
- "#### <center> [Recommended to use google colab for more features](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n"
140
- "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n\n"
141
- "[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
142
  )
143
  with gr.Tabs():
144
  for (name, title, author, cover, vc_fn) in models:
 
135
  gr.Markdown(
136
  "# <center> RVC Models (Outdated)\n"
137
  "## <center> The input audio should be clean and pure voice without background music.\n"
138
+ "# <center> [![New RVC Spaces](https://img.shields.io/badge/%F0%9F%A4%97_Spaces-RVC_Models_new-yellow?style=for-the-badge&logo=https%3A%2F%2Fhuggingface.co%2Ffront%2Fassets%2Fhuggingface_logo.svg&logoColor=yellow)](https://huggingface.co/spaces/ArkanDash/rvc-models-new)\n\n"
139
+ "[![Colab](https://img.shields.io/badge/Colab-RVC_Models-blue?style=for-the-badge&logo=googlecolab)](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n\n"
 
 
140
  )
141
  with gr.Tabs():
142
  for (name, title, author, cover, vc_fn) in models: