benibraz commited on
Commit
3b163ea
·
1 Parent(s): 148b539

Add ssr_mode option to iface.launch for improved performance

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -589,4 +589,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
589
  concurrency_limit=1,
590
  )
591
 
592
- iface.queue(max_size=128).launch(show_api=False)
 
589
  concurrency_limit=1,
590
  )
591
 
592
+ iface.queue(max_size=128).launch(show_api=False, ssr_mode=False)