Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ with demo:
|
|
54 |
dq_button = gr.Button("开始读取>>")
|
55 |
with gr.TabItem("TTS"):
|
56 |
TS_input = gr.Textbox(placeholder='请输入测试字符串,如"欢迎测试字符串转语音功能模块"',label="请输入测试内容",show_label=True)
|
57 |
-
audio_output = gr.
|
58 |
tts_button = gr.Button("开始转换>>")
|
59 |
|
60 |
tj_button.click(fx1, inputs=text_input, outputs=text_output)
|
|
|
54 |
dq_button = gr.Button("开始读取>>")
|
55 |
with gr.TabItem("TTS"):
|
56 |
TS_input = gr.Textbox(placeholder='请输入测试字符串,如"欢迎测试字符串转语音功能模块"',label="请输入测试内容",show_label=True)
|
57 |
+
audio_output = gr.File(label="生成音频文件",show_label=True)
|
58 |
tts_button = gr.Button("开始转换>>")
|
59 |
|
60 |
tj_button.click(fx1, inputs=text_input, outputs=text_output)
|