Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -98,7 +98,7 @@ gr.ChatInterface(
|
|
98 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
99 |
additional_inputs=additional_inputs,
|
100 |
title="Mixtral 46.7B 32k MAX Tokens",
|
101 |
-
description="If you get an erorr, you putted a too much high Max_New_Tokens or your system prompt+prompt is too long, shorten up one of these"
|
102 |
examples=examples,
|
103 |
concurrency_limit=20,
|
104 |
).launch(show_api=False)
|
|
|
98 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
99 |
additional_inputs=additional_inputs,
|
100 |
title="Mixtral 46.7B 32k MAX Tokens",
|
101 |
+
description="If you get an erorr, you putted a too much high Max_New_Tokens or your system prompt+prompt is too long, shorten up one of these",
|
102 |
examples=examples,
|
103 |
concurrency_limit=20,
|
104 |
).launch(show_api=False)
|