ilyaml218 25ee24f515
Update inference_webui.py:delete concurrency_count=511, max_size=1022
inference_webui.py 616 <module>
app.queue(concurrency_count=511, max_size=1022).launch(

blocks.py 2012 queue
raise DeprecationWarning(

DeprecationWarning:
concurrency_count has been deprecated. Set the concurrency_limit directly on event listeners e.g. btn.click(fn, ..., concurrency_limit=10) or gr.Interface(concurrency_limit=10). If necessary, the total number of workers can be configured via `max_threads` in launch().
2024-05-10 14:27:22 +08:00
..
2024-02-28 17:31:19 +08:00
2024-01-16 17:14:18 +01:00
2024-01-16 17:14:18 +01:00
2024-02-09 18:29:11 +08:00
2024-01-16 17:38:48 +08:00
2024-02-08 21:38:38 +08:00
2024-02-17 16:45:31 +08:00