Mahiruoshi commited on
Commit
56cfd66
1 Parent(s): a06598f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ class VitsGradio:
29
  with gr.Blocks() as self.Vits:
30
  gr.Markdown(
31
  "## <center> Vits chatbot后端演示,直接在本机上克隆并部署该space即可。搭配前端使用: https://github.com/Arkueid/Live2DMascot\n"
32
- "### <center> 我移除了pyopenjtalk,如果合成不了日语就直接摆烂,所以不存在安装困难的情况\n"
33
  "### <center> 如果有能力,可自行替换text文件夹\n")
34
  with gr.Tab("调试用"):
35
  with gr.Row():
 
29
  with gr.Blocks() as self.Vits:
30
  gr.Markdown(
31
  "## <center> Vits chatbot后端演示,直接在本机上克隆并部署该space即可。搭配前端使用: https://github.com/Arkueid/Live2DMascot\n"
32
+ "### <center> 我移除了pyopenjtalk,如果合成不了日语就直接摆烂,所以不存在安装困难的情况.运行main.py后直接打开ui界面配置:http://127.0.0.1:7860/\n"
33
  "### <center> 如果有能力,可自行替换text文件夹\n")
34
  with gr.Tab("调试用"):
35
  with gr.Row():