Plachta commited on
Commit
bfa3d7a
1 Parent(s): a956529

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -34,13 +34,14 @@ This synthesizer is created based on [VITS][paper] model, trained on voice data
34
  这个合成器是基于VITS文本到语音模型,在从手游《賽馬娘:Pretty Derby》解包的语音数据上训练得到。\n
35
  [introduction video][video] [模型介绍视频][video]\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
39
- 以防该空间崩溃,您可以复制该空间至私人空间运行。\n
40
  If your input language is not Japanese, it will be translated to Japanese by Google translator, but accuracy is not guaranteed.\n
41
  如果您的输入语言不是日语,则会由谷歌翻译自动翻译为日语,但是准确性不能保证。\n\n
42
  [video]: https://www.bilibili.com/video/BV1T84y1e7p5/?vd_source=6d5c00c796eff1cbbe25f1ae722c2f9f#reply607277701
43
  [paper]: https://arxiv.org/abs/2106.06103
 
44
  """
45
  article = """
46
 
 
34
  这个合成器是基于VITS文本到语音模型,在从手游《賽馬娘:Pretty Derby》解包的语音数据上训练得到。\n
35
  [introduction video][video] [模型介绍视频][video]\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 or [open in Colab][colab] to run it privately and without any queue.\n
38
  由于未知原因,VITS模型在CPU上执行推理时会有逐步累积的内存泄漏,最终导致空间报错Runtime error:Memory limit exceeded,目前正在排查。\n
39
+ 以防该空间崩溃,您可以复制该空间至私人空间运行或打开[Google Colab][colab]在线运行。\n
40
  If your input language is not Japanese, it will be translated to Japanese by Google translator, but accuracy is not guaranteed.\n
41
  如果您的输入语言不是日语,则会由谷歌翻译自动翻译为日语,但是准确性不能保证。\n\n
42
  [video]: https://www.bilibili.com/video/BV1T84y1e7p5/?vd_source=6d5c00c796eff1cbbe25f1ae722c2f9f#reply607277701
43
  [paper]: https://arxiv.org/abs/2106.06103
44
+ [colab]: https://colab.research.google.com/drive/1J2Vm5dczTF99ckyNLXV0K-hQTxLwEaj5?usp=sharing
45
  """
46
  article = """
47