Antigravity Bot commited on
Commit
cb415e1
·
1 Parent(s): 7ffe937

Disable SSR mode to fix 405 error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,4 +30,4 @@ demo = gr.ChatInterface(
30
  )
31
 
32
  if __name__ == "__main__":
33
- demo.launch()
 
30
  )
31
 
32
  if __name__ == "__main__":
33
+ demo.launch(ssr_mode=False)