Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -414,4 +414,4 @@ gr.ChatInterface(
|
|
414 |
title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
|
415 |
examples=examples,
|
416 |
#concurrency_limit=20,
|
417 |
-
).launch(
|
|
|
414 |
title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
|
415 |
examples=examples,
|
416 |
#concurrency_limit=20,
|
417 |
+
).launch(max_threads=20,show_api=False)
|