Kevin676 commited on
Commit
f719658
1 Parent(s): f00640b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -237,9 +237,9 @@ with block:
237
 
238
  with gr.Box():
239
  with gr.Row().style(mobile_collapse=False, equal_height=True):
240
- inp3 = gr.Audio(source="upload", label = "请上传您喜欢的声音(wav/mp3文件, max. 30mb)", type="filepath")
241
- inp4 = gr.Audio(source="upload", label = "被转换的语音", type="filepath")
242
- inp5 = gr.Audio(source="upload", label = "被转换的语音", type="filepath")
243
 
244
  btn1 = gr.Button("用喜欢的声音听一听吧")
245
 
 
237
 
238
  with gr.Box():
239
  with gr.Row().style(mobile_collapse=False, equal_height=True):
240
+ inp3 = gr.Audio(label = "请上传您喜欢的声音(wav/mp3文件, max. 30mb)")
241
+ inp4 = gr.Audio(label = "被转换的语音")
242
+ inp5 = gr.Audio(label = "被转换的语音")
243
 
244
  btn1 = gr.Button("用喜欢的声音听一听吧")
245