Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
2f5559d
1
Parent(s):
6d066e2
Update app.py
Browse files
app.py
CHANGED
@@ -95,8 +95,8 @@ with app:
|
|
95 |
with gr.Column():
|
96 |
inp = gr.Textbox(lines=5, label="请填写您想要转换的中文文本")
|
97 |
with gr.Row():
|
98 |
-
btn = gr.Button("使用AI
|
99 |
-
btn1 = gr.Button("使用AI
|
100 |
out = gr.Audio(label="为您生成的专属音频", type="filepath")
|
101 |
|
102 |
btn.click(fn=infer, inputs=[inp], outputs=[out])
|
|
|
95 |
with gr.Column():
|
96 |
inp = gr.Textbox(lines=5, label="请填写您想要转换的中文文本")
|
97 |
with gr.Row():
|
98 |
+
btn = gr.Button("使用AI娜娜的声音")
|
99 |
+
btn1 = gr.Button("使用AI小杰的声音")
|
100 |
out = gr.Audio(label="为您生成的专属音频", type="filepath")
|
101 |
|
102 |
btn.click(fn=infer, inputs=[inp], outputs=[out])
|