Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -318,6 +318,7 @@ gr.ChatInterface(
|
|
| 318 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 319 |
title="Mixtral 46.7B Powered <br> Huggingface Model Search",
|
| 320 |
examples=examples,
|
| 321 |
-
|
|
|
|
| 322 |
|
| 323 |
|
|
|
|
| 318 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
| 319 |
title="Mixtral 46.7B Powered <br> Huggingface Model Search",
|
| 320 |
examples=examples,
|
| 321 |
+
concurrency_limit=20,
|
| 322 |
+
).launch(show_api=False)
|
| 323 |
|
| 324 |
|