rafaa commited on
Commit
f84fa53
·
verified ·
1 Parent(s): eddd019

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ with gr.ChatInterface(
141
  additional_inputs=[checkbox, passwordInput],
142
  ) as iface:
143
 
144
- audio_output = gr.Audio(autoplay=True)
145
 
146
 
147
 
 
141
  additional_inputs=[checkbox, passwordInput],
142
  ) as iface:
143
 
144
+ audio_output = gr.Audio(autoplay=True, interactive=False, visible=checkbox)
145
 
146
 
147