freddyaboulton HF Staff commited on
Commit
a2b062f
·
verified ·
1 Parent(s): 3a4d0fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -244,4 +244,4 @@ with gr.Blocks() as demo:
244
  webrtc.on_additional_outputs(lambda old, new: new, inputs=[chatbot], outputs=[chatbot], concurrency_limit=100)
245
 
246
  if __name__ == "__main__":
247
- demo.launch()
 
244
  webrtc.on_additional_outputs(lambda old, new: new, inputs=[chatbot], outputs=[chatbot], concurrency_limit=100)
245
 
246
  if __name__ == "__main__":
247
+ demo.launch(ssr_mode=False)