waloneai commited on
Commit
ecc59a5
·
verified ·
1 Parent(s): c736ea9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -389,4 +389,4 @@ with gr.Blocks() as demo:
389
 
390
  # Launch the app with embedding enabled
391
  demo.queue(default_concurrency_limit=200)
392
- demo.launch(show_api=False, ssr_mode=False, share=True, inline=True)
 
389
 
390
  # Launch the app with embedding enabled
391
  demo.queue(default_concurrency_limit=200)
392
+ demo.launch(show_api=False, ssr_mode=True, share=True, inline=True)