Spaces:
Runtime error
Runtime error
fix(app): fix markdown
Browse files- app-full.py +1 -0
- app.py +2 -1
app-full.py
CHANGED
@@ -215,6 +215,7 @@ if __name__ == '__main__':
|
|
215 |
"# <center> RVC Models (Latest Update)\n"
|
216 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
217 |
"### <center> More feature will be added soon... \n"
|
|
|
218 |
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/110kiMZTdP6Ri1lY9-NbQf17GVPPhHyeT?usp=sharing)\n\n"
|
219 |
"[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
|
220 |
)
|
|
|
215 |
"# <center> RVC Models (Latest Update)\n"
|
216 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
217 |
"### <center> More feature will be added soon... \n"
|
218 |
+
"##### <center> Please regenerate your model to latest RVC to fully applied this new rvc.\n"
|
219 |
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/110kiMZTdP6Ri1lY9-NbQf17GVPPhHyeT?usp=sharing)\n\n"
|
220 |
"[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
|
221 |
)
|
app.py
CHANGED
@@ -166,7 +166,8 @@ if __name__ == '__main__':
|
|
166 |
"# <center> RVC Models (Latest Update)\n"
|
167 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
168 |
"### <center> Recommended to use google colab for more features. \n"
|
169 |
-
"##### <center> Total_fea.npy is depricated.\
|
|
|
170 |
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/110kiMZTdP6Ri1lY9-NbQf17GVPPhHyeT?usp=sharing)\n\n"
|
171 |
"[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
|
172 |
)
|
|
|
166 |
"# <center> RVC Models (Latest Update)\n"
|
167 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
168 |
"### <center> Recommended to use google colab for more features. \n"
|
169 |
+
"##### <center> Total_fea.npy is depricated.\n"
|
170 |
+
"##### <center> Please regenerate your model to latest RVC to fully applied this new rvc.\n"
|
171 |
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/110kiMZTdP6Ri1lY9-NbQf17GVPPhHyeT?usp=sharing)\n\n"
|
172 |
"[![Original Repo](https://badgen.net/badge/icon/github?icon=github&label=Original%20Repo)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI)"
|
173 |
)
|