Wafer22 commited on
Commit
4ab4b2f
1 Parent(s): 8a1db33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -139,11 +139,10 @@ if __name__ == '__main__':
139
  gr.Markdown(
140
  "# <center> RVC Models\n"
141
  "## <center> The input audio should be clean and pure voice without background music.\n"
142
- "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=ardha27.Rvc-Models)\n\n"
143
- "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/12rbZk9CoXD1m84dqBW5IKMBjiVY6tcoj?usp=share_link)\n\n"
144
- "[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/ardha27pi/rvc-models?duplicate=true)\n\n"
145
- "[![Train Own Voice](https://badgen.net/badge/icon/github?icon=github&label=Train%20Voice)](https://github.com/ardha27/AI-Song-Cover-RVC)\n\n"
146
- "[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/R6R7AH1FA)\n\n"
147
  )
148
  with gr.Tabs():
149
  for (name, title, author, cover, vc_fn) in models:
 
139
  gr.Markdown(
140
  "# <center> RVC Models\n"
141
  "## <center> The input audio should be clean and pure voice without background music.\n"
142
+ "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=wafer22.Rvc-Models)\n\n"
143
+ "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1m1g55pKTnsQS6JMcosZMlz6njPqqq5c0?usp=share_link)\n\n"
144
+ "[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/wafer22/rvc-models?duplicate=true)\n\n"
145
+ "[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
 
146
  )
147
  with gr.Tabs():
148
  for (name, title, author, cover, vc_fn) in models: