easxtn commited on
Commit
7f13017
1 Parent(s): 7709deb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,4 +48,4 @@ def text_to_speech(text):
48
  gr.Interface(
49
  fn=alexa,
50
  inputs=gr.Audio(type="filepath"),
51
- outputs=[gr.Audio(label="Narration", type="numpy", autoplay=True)], live=True).launch(share=True)
 
48
  gr.Interface(
49
  fn=alexa,
50
  inputs=gr.Audio(type="filepath"),
51
+ outputs=[gr.Audio(label="Narration", type="numpy", autoplay=True)], live=True).launch().share=True