Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ if __name__ == '__main__':
|
|
| 136 |
models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index, npy)))
|
| 137 |
with gr.Blocks() as app:
|
| 138 |
gr.Markdown(
|
| 139 |
-
"# <center> RVC
|
| 140 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
| 141 |
"[](https://www.buymeacoffee.com/spark808)\n\n"
|
| 142 |
)
|
|
|
|
| 136 |
models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index, npy)))
|
| 137 |
with gr.Blocks() as app:
|
| 138 |
gr.Markdown(
|
| 139 |
+
"# <center> RVC generator\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 |
)
|