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