ArkanDash commited on
Commit
deb1df1
1 Parent(s): 2fdf807

fix(app): markdown error

Browse files
Files changed (2) hide show
  1. app-update.py +2 -2
  2. app.py +2 -2
app-update.py CHANGED
@@ -182,8 +182,8 @@ if __name__ == '__main__':
182
  "# <center> RVC Models (Latest Update)\n"
183
  "## <center> The input audio should be clean and pure voice without background music.\n"
184
  "### <center> More feature will be added soon... \n"
185
- "<center> [![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n\n"
186
- "<center> [![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
187
  )
188
  with gr.Tabs():
189
  for (name, title, cover, vc_fn) in models:
 
182
  "# <center> RVC Models (Latest Update)\n"
183
  "## <center> The input audio should be clean and pure voice without background music.\n"
184
  "### <center> More feature will be added soon... \n"
185
+ "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n\n"
186
+ "[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
187
  )
188
  with gr.Tabs():
189
  for (name, title, cover, vc_fn) in models:
app.py CHANGED
@@ -134,8 +134,8 @@ if __name__ == '__main__':
134
  "# <center> RVC Models (Latest Update)\n"
135
  "## <center> The input audio should be clean and pure voice without background music.\n"
136
  "### <center> More feature will be added soon... \n"
137
- "<center> [![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n\n"
138
- "<center> [![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
139
  )
140
  with gr.Tabs():
141
  for (name, title, cover, vc_fn) in models:
 
134
  "# <center> RVC Models (Latest Update)\n"
135
  "## <center> The input audio should be clean and pure voice without background music.\n"
136
  "### <center> More feature will be added soon... \n"
137
+ "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n\n"
138
+ "[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
139
  )
140
  with gr.Tabs():
141
  for (name, title, cover, vc_fn) in models: