Spaces:
Runtime error
Runtime error
Commit
·
0a7cfd7
1
Parent(s):
0aeb965
Update app.py
Browse files
app.py
CHANGED
|
@@ -133,7 +133,7 @@ if __name__ == '__main__':
|
|
| 133 |
models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index, npy)))
|
| 134 |
with gr.Blocks() as app:
|
| 135 |
gr.Markdown(
|
| 136 |
-
"# <center> RVC Models
|
| 137 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
| 138 |
"# <center> [](https://huggingface.co/spaces/ArkanDash/rvc-models-new)\n\n"
|
| 139 |
"[](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n\n"
|
|
|
|
| 133 |
models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index, npy)))
|
| 134 |
with gr.Blocks() as app:
|
| 135 |
gr.Markdown(
|
| 136 |
+
"# <center> XingTong-RVC Models\n"
|
| 137 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
| 138 |
"# <center> [](https://huggingface.co/spaces/ArkanDash/rvc-models-new)\n\n"
|
| 139 |
"[](https://colab.research.google.com/drive/1hx6kKvIuv5XNY1Gai2PEuZhpO5z6xpVh?usp=sharing)\n\n"
|