SilentWraith
commited on
Commit
•
f9caac8
1
Parent(s):
1a1ed94
Update app.py (#3)
Browse files- Update app.py (d7b151db03ea76dd0762048a1b07ec7100ed3895)
app.py
CHANGED
@@ -119,7 +119,7 @@ demo = gr.ChatInterface(
|
|
119 |
chatbot=chatbot,
|
120 |
title="🪷",
|
121 |
description="Mixtral-8x7B-Instruct-v0.1",
|
122 |
-
concurrency_limit=
|
123 |
)
|
124 |
|
125 |
demo.queue().launch()
|
|
|
119 |
chatbot=chatbot,
|
120 |
title="🪷",
|
121 |
description="Mixtral-8x7B-Instruct-v0.1",
|
122 |
+
concurrency_limit=20,
|
123 |
)
|
124 |
|
125 |
demo.queue().launch()
|