lloza7 commited on
Commit
97e4b73
·
verified ·
1 Parent(s): ea0ff17

Update thicc/app.py

Browse files
Files changed (1) hide show
  1. thicc/app.py +1 -1
thicc/app.py CHANGED
@@ -160,4 +160,4 @@ demo = gr.ChatInterface(
160
  )
161
 
162
  if __name__ == "__main__":
163
- demo.launch()
 
160
  )
161
 
162
  if __name__ == "__main__":
163
+ demo.launch(ssr_mode=False)