rime commited on
Commit
9d7db96
·
1 Parent(s): 8a72e8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,5 +20,5 @@ def synthesize(key, sentence, speaker):
20
  fp.write(decode_string)
21
  return 'tmp.wav'
22
 
23
- iface = gr.Interface(fn=synthesize, inputs="text", inputs="text", outputs=gr.Audio())
24
  iface.launch()
 
20
  fp.write(decode_string)
21
  return 'tmp.wav'
22
 
23
+ iface = gr.Interface(fn=synthesize, inputs=["text", "text","text"], outputs=gr.Audio())
24
  iface.launch()