Spaces:
Runtime error
Runtime error
fix(app): depricated warning
Browse files
app.py
CHANGED
@@ -137,8 +137,9 @@ if __name__ == '__main__':
|
|
137 |
models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index, npy)))
|
138 |
with gr.Blocks() as app:
|
139 |
gr.Markdown(
|
140 |
-
"# <center> RVC Models\n"
|
141 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
|
|
142 |
"#### <center> Recommended to use the Google Colab version for more feature.\n"
|
143 |
"![visitor badge](https://visitor-badge.glitch.me/badge?page_id=ArkanDash.Rvc-Models)\n\n"
|
144 |
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n\n"
|
|
|
137 |
models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index, npy)))
|
138 |
with gr.Blocks() as app:
|
139 |
gr.Markdown(
|
140 |
+
"# <center> RVC Models (Outdated)\n"
|
141 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
142 |
+
"### <center> Updated Repository: [NEW RVC Models](https://huggingface.co/spaces/ArkanDash/rvc-models-new).\n"
|
143 |
"#### <center> Recommended to use the Google Colab version for more feature.\n"
|
144 |
"![visitor badge](https://visitor-badge.glitch.me/badge?page_id=ArkanDash.Rvc-Models)\n\n"
|
145 |
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n\n"
|