Spark808 commited on
Commit
e2e0a35
·
1 Parent(s): 6e42b68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -138,11 +138,7 @@ if __name__ == '__main__':
138
  gr.Markdown(
139
  "# <center> RVC Models\n"
140
  "## <center> The input audio should be clean and pure voice without background music.\n"
141
- "![visitor badge](https://visitor-badge.glitch.me/badge?page_id=ardha27.Rvc-Models)\n\n"
142
- "[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/12rbZk9CoXD1m84dqBW5IKMBjiVY6tcoj?usp=share_link)\n\n"
143
- "[![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"
144
- "[![Train Own Voice](https://badgen.net/badge/icon/github?icon=github&label=Train%20Voice)](https://github.com/ardha27/AI-Song-Cover-RVC)\n\n"
145
- "[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/R6R7AH1FA)\n\n"
146
  )
147
  with gr.Tabs():
148
  for (name, title, author, cover, vc_fn) in models:
 
138
  gr.Markdown(
139
  "# <center> RVC Models\n"
140
  "## <center> The input audio should be clean and pure voice without background music.\n"
141
+ "[![buymeacoffee](https://badgen.net/badge/icon/buymeacoffee?icon=buymeacoffee&label)](https://www.buymeacoffee.com/spark808)\n\n"
 
 
 
 
142
  )
143
  with gr.Tabs():
144
  for (name, title, author, cover, vc_fn) in models: