Pierre Chapuis commited on
Commit
0689c8f
·
unverified ·
1 Parent(s): 5bfaf44

disable SSR

Browse files
Files changed (1) hide show
  1. src/app.py +1 -1
src/app.py CHANGED
@@ -285,4 +285,4 @@ with gr.Blocks() as demo:
285
  )
286
 
287
  demo.queue(max_size=30, api_open=False)
288
- demo.launch(show_api=False)
 
285
  )
286
 
287
  demo.queue(max_size=30, api_open=False)
288
+ demo.launch(show_api=False, ssr_mode=False)