Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ iface = gr.Interface(
|
|
| 47 |
inputs=gr.Textbox(), # Input textbox for entering text
|
| 48 |
outputs=gr.Audio(), # Output audio element for playing the generated speech
|
| 49 |
live=False,
|
| 50 |
-
capture_session=True
|
| 51 |
)
|
| 52 |
|
| 53 |
# Launch the Gradio app
|
|
|
|
| 47 |
inputs=gr.Textbox(), # Input textbox for entering text
|
| 48 |
outputs=gr.Audio(), # Output audio element for playing the generated speech
|
| 49 |
live=False,
|
| 50 |
+
capture_session=True,
|
| 51 |
)
|
| 52 |
|
| 53 |
# Launch the Gradio app
|