Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -152,5 +152,5 @@ gr.ChatInterface(
|
|
152 |
title="Mixtral 46.7B",
|
153 |
examples=examples,
|
154 |
concurrency_limit=20,
|
155 |
-
).queue(
|
156 |
|
|
|
152 |
title="Mixtral 46.7B",
|
153 |
examples=examples,
|
154 |
concurrency_limit=20,
|
155 |
+
).queue(default_concurrency_limit=20).launch(max_threads=40)
|
156 |
|