LPX55 commited on
Commit
13d6aa5
·
verified ·
1 Parent(s): d2f6692

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -674,4 +674,4 @@ with gr.Blocks() as app:
674
  footer.render()
675
 
676
 
677
- app.queue(max_size=10, default_concurrency_limit=1).launch()
 
674
  footer.render()
675
 
676
 
677
+ app.queue(max_size=10, default_concurrency_limit=1).launch(ssr_mode=False)