revert cmd_opts.no_gradio_queue

This commit is contained in:
anapnoe
2023-05-06 07:39:13 +03:00
parent f7aca887e4
commit 5c6d5b6205
+1 -5
View File
@@ -302,11 +302,7 @@ def webui():
shared.demo = modules.ui.create_ui()
startup_timer.record("create ui")
if not cmd_opts.no_gradio_queue:
shared.demo.queue(64)
else:
print('Server queues disabled')
shared.demo.progress_tracking = False
shared.demo.queue(concurrency_count=64)
gradio_auth_creds = []
if cmd_opts.gradio_auth: