littlebird13 commited on
Commit
5b171f6
·
verified ·
1 Parent(s): 2532a8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -419,4 +419,5 @@ with gr.Blocks() as demo, ms.Application(), antd.ConfigProvider():
419
  </style>
420
  """)
421
 
422
- demo.queue(default_concurrency_limit=100, max_size=100).launch(max_threads=100)
 
 
419
  </style>
420
  """)
421
 
422
+ demo.queue(default_concurrency_limit=100, max_size=100).launch(max_threads=100,
423
+ ssr_mode=False)