drewvid commited on
Commit
2ddea29
·
verified ·
1 Parent(s): fb499bb

Update app.py

Browse files

demo.launch(ssr_mode=False)

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,4 +72,4 @@ demo = gr.ChatInterface(
72
 
73
 
74
  if __name__ == "__main__":
75
- demo.launch()
 
72
 
73
 
74
  if __name__ == "__main__":
75
+ demo.launch("ssr_mode=False")