ArkanDash commited on
Commit
c0cceff
1 Parent(s): e6b7a13

fix: markdown

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -348,10 +348,10 @@ if __name__ == '__main__':
348
  gr.Markdown(
349
  "<div align='center'>\n\n"+
350
  "# RVC Genshin Impact\n\n"+
351
- "[![Repository](https://img.shields.io/badge/Github-Multi%20Model%20RVC%20Inference-blue&logo=github)](https://github.com/ArkanDash/Multi-Model-RVC-Inference)\n"+
352
- "[![Colab](https://img.shields.io/badge/Colab-RVC%20Genshin%20Impact-blue&logo=googlecolab)](https://colab.research.google.com/drive/110kiMZTdP6Ri1lY9-NbQf17GVPPhHyeT?usp=sharing)\n\n"+
353
  "### Recommended to use Google Colab to use other character and feature.\n\n"+
354
- "</div>"
 
355
  )
356
  for (folder_title, folder, description, models) in categories:
357
  with gr.TabItem(folder_title):
 
348
  gr.Markdown(
349
  "<div align='center'>\n\n"+
350
  "# RVC Genshin Impact\n\n"+
351
+ "[![Colab](https://img.shields.io/badge/Colab-RVC%20Genshin%20Impact-blue?style=for-the-badge&logo=googlecolab)](https://colab.research.google.com/drive/110kiMZTdP6Ri1lY9-NbQf17GVPPhHyeT?usp=sharing)\n\n"+
 
352
  "### Recommended to use Google Colab to use other character and feature.\n\n"+
353
+ "</div>\n\n"+
354
+ "[![Repository](https://img.shields.io/badge/Github-Multi%20Model%20RVC%20Inference-blue?style=for-the-badge&logo=github)](https://github.com/ArkanDash/Multi-Model-RVC-Inference)"
355
  )
356
  for (folder_title, folder, description, models) in categories:
357
  with gr.TabItem(folder_title):