Spaces:
Sleeping
Sleeping
ASG Models
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -233,7 +233,7 @@ with gr.Blocks() as demo:
|
|
233 |
with gr.Tab("AI Speech"):
|
234 |
gr.Markdown("# Text to Speech")
|
235 |
text_input2 = gr.Textbox(label="Enter Text")
|
236 |
-
audio_output = gr.Audio(streaming=True)
|
237 |
text_input2.submit(text_to_speech, text_input2, audio_output)
|
238 |
|
239 |
|
|
|
233 |
with gr.Tab("AI Speech"):
|
234 |
gr.Markdown("# Text to Speech")
|
235 |
text_input2 = gr.Textbox(label="Enter Text")
|
236 |
+
audio_output = gr.Audio(streaming=True,autoplay=True)
|
237 |
text_input2.submit(text_to_speech, text_input2, audio_output)
|
238 |
|
239 |
|