Nephele commited on
Commit
b72faf6
·
1 Parent(s): ee5528e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -123,11 +123,11 @@ if __name__ == "__main__":
123
  with gr.Column():
124
 
125
  gr.Markdown('''
126
- **仅供测试用**
127
  ''')
128
  text = gr.TextArea(label="输入需要生成语音的文字", placeholder="输入文字",
129
  value="在不在?能不能借给我三百块钱买可乐",
130
- info="使用huggingface的免费CPU进行推理,因此速度不快,一次性不要输入超过500汉字。字数越多,生成速度越慢,请耐心等待,只会说中文。These models can only speak Chinese for now."
131
  ,
132
  )
133
  model = gr.Radio(choices=list(models.keys()), value=list(models.keys())[0], label='音声模型')
 
123
  with gr.Column():
124
 
125
  gr.Markdown('''
126
+ **仅供测试用** \nThese models can only speak Chinese for now.
127
  ''')
128
  text = gr.TextArea(label="输入需要生成语音的文字", placeholder="输入文字",
129
  value="在不在?能不能借给我三百块钱买可乐",
130
+ info="使用huggingface的免费CPU进行推理,因此速度不快,一次性不要输入超过500汉字。字数越多,生成速度越慢,请耐心等待,只会说中文。"
131
  ,
132
  )
133
  model = gr.Radio(choices=list(models.keys()), value=list(models.keys())[0], label='音声模型')