Kevin676 commited on
Commit
351a696
·
1 Parent(s): d0dfe51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -256,8 +256,8 @@ with block:
256
  with gr.Box():
257
  with gr.Row().style(mobile_collapse=False, equal_height=True):
258
  inp3 = gr.Audio(source="upload", label = "请上传您喜欢的声音(wav/mp3文件, max. 30mb)", type="filepath")
259
- inp4 = audio_tts
260
- inp5 = audio_tts
261
 
262
  btn1 = gr.Button("用喜欢的声音听一听吧")
263
 
 
256
  with gr.Box():
257
  with gr.Row().style(mobile_collapse=False, equal_height=True):
258
  inp3 = gr.Audio(source="upload", label = "请上传您喜欢的声音(wav/mp3文件, max. 30mb)", type="filepath")
259
+ inp4 = gr.Audio(source="upload", label = "被转换的语音", type="filepath")
260
+ inp5 = gr.Audio(source="upload", label = "被转换的语音", type="filepath")
261
 
262
  btn1 = gr.Button("用喜欢的声音听一听吧")
263