Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -382,8 +382,8 @@ iface.launch()
|
|
382 |
'''
|
383 |
gr.ChatInterface(
|
384 |
fn=run,
|
385 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True,
|
386 |
title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
|
387 |
examples=examples,
|
388 |
-
concurrency_limit=
|
389 |
-
).launch(show_api=
|
|
|
382 |
'''
|
383 |
gr.ChatInterface(
|
384 |
fn=run,
|
385 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, super-intelligence=True, layout="panel"),
|
386 |
title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
|
387 |
examples=examples,
|
388 |
+
concurrency_limit=50,
|
389 |
+
).launch(show_api=True)
|