Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -413,5 +413,5 @@ gr.ChatInterface(
|
|
413 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
414 |
title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
|
415 |
examples=examples,
|
416 |
-
concurrency_limit=20,
|
417 |
-
).launch(show_api=False)
|
|
|
413 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
414 |
title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
|
415 |
examples=examples,
|
416 |
+
#concurrency_limit=20,
|
417 |
+
).launch(mac_threads=20,show_api=False)
|