Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -468,7 +468,6 @@ examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinera
|
|
468 |
gr.ChatInterface(
|
469 |
fn=run,
|
470 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
471 |
-
additional_inputs=additional_inputs,
|
472 |
title="Mixtral 46.7B",
|
473 |
examples=examples,
|
474 |
concurrency_limit=20,
|
|
|
468 |
gr.ChatInterface(
|
469 |
fn=run,
|
470 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
|
|
471 |
title="Mixtral 46.7B",
|
472 |
examples=examples,
|
473 |
concurrency_limit=20,
|