Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
"](https://colab.research.google.com/drive/12rbZk9CoXD1m84dqBW5IKMBjiVY6tcoj?usp=share_link)\n\n"
|
143 |
-
"[](https://huggingface.co/spaces/ardha27pi/rvc-models?duplicate=true)\n\n"
|
144 |
-
"[](https://github.com/ardha27/AI-Song-Cover-RVC)\n\n"
|
145 |
-
"[](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 |
+
"[](https://www.buymeacoffee.com/spark808)\n\n"
|
|
|
|
|
|
|
|
|
142 |
)
|
143 |
with gr.Tabs():
|
144 |
for (name, title, author, cover, vc_fn) in models:
|