Nick088 commited on
Commit
d9c9ec8
·
verified ·
1 Parent(s): f6a5f10

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,4 +19,4 @@ def text_to_speech(text, voice):
19
 
20
  voice_options = ["en-US-JennyNeural", "en-US-GuyNeural"]
21
 
22
- gr.Interface(fn=text_to_speech, inputs=["text", gr.inputs.Dropdown(voice_options)], outputs="audio").launch()
 
19
 
20
  voice_options = ["en-US-JennyNeural", "en-US-GuyNeural"]
21
 
22
+ gr.Interface(fn=text_to_speech, inputs=["text", gr.Dropdown(voice_options)], outputs="audio").launch()