Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|