Spaces:
Running
on
Zero
Running
on
Zero
Update inference_webui.py
Browse files- inference_webui.py +1 -1
inference_webui.py
CHANGED
@@ -909,7 +909,7 @@ if __name__ == "__main__":
|
|
909 |
)
|
910 |
next(gen)
|
911 |
|
912 |
-
app.queue(default_concurrency_limit=
|
913 |
server_name="0.0.0.0",
|
914 |
inbrowser=True,
|
915 |
show_api=False,
|
|
|
909 |
)
|
910 |
next(gen)
|
911 |
|
912 |
+
app.queue(default_concurrency_limit=3,max_size=6).launch(
|
913 |
server_name="0.0.0.0",
|
914 |
inbrowser=True,
|
915 |
show_api=False,
|