dungeon29 commited on
Commit
871c551
·
verified ·
1 Parent(s): e8956c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -483,4 +483,4 @@ with gr.Blocks() as demo:
483
  btn_refresh.click(fn=refresh_kb, inputs=[], outputs=refresh_output)
484
 
485
  if __name__ == "__main__":
486
- demo.launch()
 
483
  btn_refresh.click(fn=refresh_kb, inputs=[], outputs=refresh_output)
484
 
485
  if __name__ == "__main__":
486
+ demo.launch(ssr_mode=False)