Spaces:
Runtime error
Runtime error
FrankZxShen
commited on
Commit
•
dea56e4
1
Parent(s):
8913fdd
Update app.py
Browse files
app.py
CHANGED
@@ -281,12 +281,11 @@ if __name__ == "__main__":
|
|
281 |
with app:
|
282 |
gr.Markdown(
|
283 |
"# <center> so-vits-svc-models-pcr\n"
|
|
|
|
|
284 |
"# <center> 注意!!!!!Space采用CPU推理,速度极慢,建议下载模型使用本地GPU推理。\n"
|
285 |
"## <center> Please do not generate content that could infringe upon the rights or cause harm to individuals or organizations.\n"
|
286 |
"## <center> 请不要生成会对个人以及组织造成侵害的内容\n\n"
|
287 |
-
"[![image](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1pn1xnFfdLK63gVXDwV4zCXfVeo8c-I-0?usp=sharing)\n\n"
|
288 |
-
"[![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm-dark.svg)](https://huggingface.co/spaces/FrankZxShen/vits-fast-finetuning-pcr?duplicate=true)\n\n"
|
289 |
-
"[![Finetune your own model](https://badgen.net/badge/icon/github?icon=github&label=Finetune%20your%20own%20model)](https://github.com/Plachtaa/VITS-fast-fine-tuning)"
|
290 |
)
|
291 |
gr.Markdown("# Princess Connect! Re:Dive\n\n"
|
292 |
)
|
|
|
281 |
with app:
|
282 |
gr.Markdown(
|
283 |
"# <center> so-vits-svc-models-pcr\n"
|
284 |
+
"# <center> Pay attention!!!!! Space uses CPU reasoning, which is extremely slow. It is recommended to use local GPU reasoning for downloading models.\n"
|
285 |
+
"# <center> 注意!!!!!Space采用CPU推理,速度极慢,建议下载模型使用本地GPU推理。\n"
|
286 |
"# <center> 注意!!!!!Space采用CPU推理,速度极慢,建议下载模型使用本地GPU推理。\n"
|
287 |
"## <center> Please do not generate content that could infringe upon the rights or cause harm to individuals or organizations.\n"
|
288 |
"## <center> 请不要生成会对个人以及组织造成侵害的内容\n\n"
|
|
|
|
|
|
|
289 |
)
|
290 |
gr.Markdown("# Princess Connect! Re:Dive\n\n"
|
291 |
)
|