fffiloni commited on
Commit
baaefaa
·
verified ·
1 Parent(s): 2003438

Disable SSR mode

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -307,7 +307,7 @@ def main():
307
  outputs=[image_output, text_output1, entity_output],
308
  show_progress=True, queue=True)
309
 
310
- demo.launch(share=False)
311
 
312
 
313
  if __name__ == "__main__":
 
307
  outputs=[image_output, text_output1, entity_output],
308
  show_progress=True, queue=True)
309
 
310
+ demo.launch(share=False, ssr_mode=False)
311
 
312
 
313
  if __name__ == "__main__":