PhilSpiel commited on
Commit
237bae1
·
1 Parent(s): d4c6b6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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