Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,8 +31,8 @@ title = "Umamusume voice synthesizer \n 赛马娘语音合成器"
|
|
31 |
description = """
|
32 |
This synthesizer is created based on VITS (https://arxiv.org/abs/2106.06103) model, trained on voice data extracted from mobile game Umamusume Pretty Derby\n
|
33 |
这个合成器是基于VITS文本到语音模型,在从手游《賽馬娘:Pretty Derby》解包的语音数据上训练得到。\n
|
34 |
-
Link to introduction video
|
35 |
-
|
36 |
Due to some unknown reason, VITS inference on CPU results in accumulative memory leakage, resulting in Runtime error:Memory limit exceeded.\n
|
37 |
In case of space crash, you may duplicate this space to run it privately and without any queue.\n
|
38 |
由于未知原因,VITS模型在CPU上执行推理时会有逐步累积的内存泄漏,最终导致空间报错Runtime error:Memory limit exceeded,目前正在排查。\n
|
|
|
31 |
description = """
|
32 |
This synthesizer is created based on VITS (https://arxiv.org/abs/2106.06103) model, trained on voice data extracted from mobile game Umamusume Pretty Derby\n
|
33 |
这个合成器是基于VITS文本到语音模型,在从手游《賽馬娘:Pretty Derby》解包的语音数据上训练得到。\n
|
34 |
+
Link to introduction video 模型介绍视频链接:\n
|
35 |
+
https://www.bilibili.com/video/BV1T84y1e7p5/?vd_source=6d5c00c796eff1cbbe25f1ae722c2f9f#reply607277701\n
|
36 |
Due to some unknown reason, VITS inference on CPU results in accumulative memory leakage, resulting in Runtime error:Memory limit exceeded.\n
|
37 |
In case of space crash, you may duplicate this space to run it privately and without any queue.\n
|
38 |
由于未知原因,VITS模型在CPU上执行推理时会有逐步累积的内存泄漏,最终导致空间报错Runtime error:Memory limit exceeded,目前正在排查。\n
|