Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -474,7 +474,7 @@ examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinera
|
|
474 |
gr.ChatInterface(
|
475 |
fn=run,
|
476 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
477 |
-
title="Mixtral 46.7B",
|
478 |
examples=examples,
|
479 |
concurrency_limit=20,
|
480 |
).launch(show_api=False)
|
|
|
474 |
gr.ChatInterface(
|
475 |
fn=run,
|
476 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
477 |
+
title="Mixtral 46.7B\nMicro-Agent\nInternet Search",
|
478 |
examples=examples,
|
479 |
concurrency_limit=20,
|
480 |
).launch(show_api=False)
|