Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|
|
|
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)
|