Plachta commited on
Commit
5b0b194
1 Parent(s): 0d80803

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -162,10 +162,9 @@ if __name__ == "__main__":
162
  "[introduction video / 模型介绍视频](https://www.bilibili.com/video/BV1T84y1e7p5/?vd_source=6d5c00c796eff1cbbe25f1ae722c2f9f#reply607277701)\n\n"
163
  "You may duplicate this space or [open in Colab](https://colab.research.google.com/drive/1J2Vm5dczTF99ckyNLXV0K-hQTxLwEaj5?usp=sharing) to run it privately and without any queue.\n\n"
164
  "您可以复制该空间至私人空间运行或打开[Google Colab](https://colab.research.google.com/drive/1J2Vm5dczTF99ckyNLXV0K-hQTxLwEaj5?usp=sharing)在线运行。\n\n"
165
- "This model has been integrated to the model collections of [Moe-tts](https://huggingface.co/spaces/skytnt/moe-tts), it is suggested to bookmark moe-tts as a backup, in case this space may crash some time.\n\n"
166
  "现已加入[Moe-tts](https://huggingface.co/spaces/skytnt/moe-tts)模型大全。\n\n"
167
- "若有bug欢迎及时反馈。\n\n"
168
- "2023/1/9 更新: 人物全是特别周的bug已修复,对此带来的不便感到十分抱歉。\n\n"
169
  "If your input language is not Japanese, it will be translated to Japanese by Google translator, but accuracy is not guaranteed.\n\n"
170
  "如果您的输入语言不是日语,则会由谷歌翻译自动翻译为日语,但是准确性不能保证。\n\n"
171
  )
@@ -203,4 +202,10 @@ if __name__ == "__main__":
203
  outputs=[text_output, audio_output],
204
  fn=infer
205
  )
 
 
 
 
 
 
206
  app.queue(concurrency_count=3).launch(show_api=False, share=args.share)
 
162
  "[introduction video / 模型介绍视频](https://www.bilibili.com/video/BV1T84y1e7p5/?vd_source=6d5c00c796eff1cbbe25f1ae722c2f9f#reply607277701)\n\n"
163
  "You may duplicate this space or [open in Colab](https://colab.research.google.com/drive/1J2Vm5dczTF99ckyNLXV0K-hQTxLwEaj5?usp=sharing) to run it privately and without any queue.\n\n"
164
  "您可以复制该空间至私人空间运行或打开[Google Colab](https://colab.research.google.com/drive/1J2Vm5dczTF99ckyNLXV0K-hQTxLwEaj5?usp=sharing)在线运行。\n\n"
165
+ "This model has been integrated to the model collections of [Moe-tts](https://huggingface.co/spaces/skytnt/moe-tts).\n\n"
166
  "现已加入[Moe-tts](https://huggingface.co/spaces/skytnt/moe-tts)模型大全。\n\n"
167
+ "! ! ! 若有bug欢迎及时反馈 ! ! ! QQ:1925208426 \n\n"
 
168
  "If your input language is not Japanese, it will be translated to Japanese by Google translator, but accuracy is not guaranteed.\n\n"
169
  "如果您的输入语言不是日语,则会由谷歌翻译自动翻译为日语,但是准确性不能保证。\n\n"
170
  )
 
202
  outputs=[text_output, audio_output],
203
  fn=infer
204
  )
205
+ gr.Markdown("# Updates Logs 更新日志:\n\n"
206
+ "2023/1/9:\n\n"
207
+ “人物全是特别周的bug已修复,对此带来的不便感到十分抱歉。\n\n"
208
+ "模型推理已全面转为onnxruntime,现在不会出现Runtime Error: Memory Limit Exceeded了。\n\n”
209
+ "现已加入[Moe-tts](https://huggingface.co/spaces/skytnt/moe-tts)模型大全。\n\n"
210
+ )
211
  app.queue(concurrency_count=3).launch(show_api=False, share=args.share)