Kevin676 commited on
Commit
e3c620d
·
1 Parent(s): 2012309

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -183,7 +183,7 @@ gr.Interface(
183
  fn=greet,
184
  inputs=[gr.inputs.Textbox(label='请输入您想要合成的文字,请自觉合法合规使用!'),gr.Audio(type="filepath", source="upload",label='请上传您喜欢的声音(wav/mp3文件, max. 30mb)'),gr.Audio(source="microphone", type="filepath", label = '请用麦克风上传您喜欢的声音,与文件上传二选一即可')],
185
  outputs="audio",
186
- title="🥳💬💕 - TalktoAI,随时随地,谈天说地!",
187
  description = "🔴注意🔴:请不要生成会对个人以及组织造成侵害的内容,仅供科研、学习使用。用户生成内容与程序开发者无关,请自觉合法合规使用,违反者一切后果自负。",
188
  article = "🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAI - Enable the future!",
189
  ).launch()
 
183
  fn=greet,
184
  inputs=[gr.inputs.Textbox(label='请输入您想要合成的文字,请自觉合法合规使用!'),gr.Audio(type="filepath", source="upload",label='请上传您喜欢的声音(wav/mp3文件, max. 30mb)'),gr.Audio(source="microphone", type="filepath", label = '请用麦克风上传您喜欢的声音,与文件上传二选一即可')],
185
  outputs="audio",
186
+ title="🥳💬💕 - Voice Cloning/声音合成测试版(目前只支持英文文本合成,中文正在开发中,敬请期待)",
187
  description = "🔴注意🔴:请不要生成会对个人以及组织造成侵害的内容,仅供科研、学习使用。用户生成内容与程序开发者无关,请自觉合法合规使用,违反者一切后果自负。",
188
  article = "🤖 - 让有人文关怀的AI造福每一个人!AI向善,文明璀璨!TalktoAI - Enable the future!",
189
  ).launch()