yoon-gu commited on
Commit
72ce352
·
verified ·
1 Parent(s): b6ebb96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,4 +87,4 @@ demo = gr.ChatInterface(
87
  )
88
 
89
  if __name__ == "__main__":
90
- demo.launch()
 
87
  )
88
 
89
  if __name__ == "__main__":
90
+ demo.launch(ssr_mode=False)