Kevin676 commited on
Commit
fb7314a
1 Parent(s): d7e8be1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -238,8 +238,8 @@ with block:
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
 
 
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 = audio_tts
242
+ inp5 = audio_tts
243
 
244
  btn1 = gr.Button("用喜欢的声音听一听吧")
245