Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
feat(markdown): hyperlink
Browse files- app-full.py +1 -1
- app.py +1 -1
app-full.py
CHANGED
@@ -213,7 +213,7 @@ if __name__ == '__main__':
|
|
213 |
models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index)))
|
214 |
with gr.Blocks() as app:
|
215 |
gr.Markdown(
|
216 |
-
"# <center> RVC Models (Latest Update)\n"
|
217 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
218 |
"### <center> More feature will be added soon... \n"
|
219 |
"#### <center> Please regenerate your model to latest RVC to fully applied this new rvc.\n"
|
|
|
213 |
models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index)))
|
214 |
with gr.Blocks() as app:
|
215 |
gr.Markdown(
|
216 |
+
"# <center> RVC Models [(Latest Update)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/releases/tag/20230428updated)\n"
|
217 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
218 |
"### <center> More feature will be added soon... \n"
|
219 |
"#### <center> Please regenerate your model to latest RVC to fully applied this new rvc.\n"
|
app.py
CHANGED
@@ -160,7 +160,7 @@ if __name__ == '__main__':
|
|
160 |
models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index)))
|
161 |
with gr.Blocks() as app:
|
162 |
gr.Markdown(
|
163 |
-
"# <center> RVC Models (Latest Update)\n"
|
164 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
165 |
"### <center> [Recommended to use google colab for more features](https://colab.research.google.com/drive/110kiMZTdP6Ri1lY9-NbQf17GVPPhHyeT?usp=sharing) \n"
|
166 |
"#### <center> Please regenerate your model to latest RVC to fully applied this new rvc.\n"
|
|
|
160 |
models.append((name, title, author, cover, create_vc_fn(tgt_sr, net_g, vc, if_f0, index)))
|
161 |
with gr.Blocks() as app:
|
162 |
gr.Markdown(
|
163 |
+
"# <center> RVC Models [(Latest Update)](https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI/releases/tag/20230428updated)\n"
|
164 |
"## <center> The input audio should be clean and pure voice without background music.\n"
|
165 |
"### <center> [Recommended to use google colab for more features](https://colab.research.google.com/drive/110kiMZTdP6Ri1lY9-NbQf17GVPPhHyeT?usp=sharing) \n"
|
166 |
"#### <center> Please regenerate your model to latest RVC to fully applied this new rvc.\n"
|