rafaa commited on
Commit
d826ddb
·
verified ·
1 Parent(s): 844b008

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ with gr.ChatInterface(
172
  undo_btn=None,
173
  additional_inputs=[passwordInput],
174
  ) as chat:
175
- audioBlock = gr.Audio(autoplay=True, interactive=False)
176
  audioBlock.value = lastAudio
177
 
178
 
 
172
  undo_btn=None,
173
  additional_inputs=[passwordInput],
174
  ) as chat:
175
+ audioBlock = gr.Audio(autoplay=True, interactive=False, live=True)
176
  audioBlock.value = lastAudio
177
 
178