Spaces:
Runtime error
Runtime error
FrankZxShen
commited on
Commit
•
d373e8c
1
Parent(s):
53b2f4d
Update app.py
Browse files
app.py
CHANGED
@@ -281,9 +281,8 @@ if __name__ == "__main__":
|
|
281 |
with app:
|
282 |
gr.Markdown(
|
283 |
"# <center> so-vits-svc-models-pcr\n"
|
284 |
-
"# <center> Pay attention
|
285 |
-
"# <center>
|
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 |
)
|
|
|
281 |
with app:
|
282 |
gr.Markdown(
|
283 |
"# <center> so-vits-svc-models-pcr\n"
|
284 |
+
"# <center> Pay attention!!! Space uses CPU inferencing, which is extremely slow. It is recommended to download models.\n"
|
285 |
+
"# <center> 注意!!!Space采用CPU推理,速度极慢,建议下载模型使用本地GPU推理。\n"
|
|
|
286 |
"## <center> Please do not generate content that could infringe upon the rights or cause harm to individuals or organizations.\n"
|
287 |
"## <center> 请不要生成会对个人以及组织造成侵害的内容\n\n"
|
288 |
)
|