Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -108,6 +108,6 @@ gr.ChatInterface(
|
|
108 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
109 |
additional_inputs=additional_inputs,
|
110 |
title="Mixtral 8x7b Instruct v0.1",
|
111 |
-
description="Chatbot Hugging Face space made by [Nick088](https://linktr.ee/Nick088) with costumizable options for model: https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1<br>If you get an erorr, you putted a too much high Max_New_Tokens or your
|
112 |
examples=examples,
|
113 |
).launch(show_api=False, share=True)
|
|
|
108 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
109 |
additional_inputs=additional_inputs,
|
110 |
title="Mixtral 8x7b Instruct v0.1",
|
111 |
+
description="Chatbot Hugging Face space made by [Nick088](https://linktr.ee/Nick088) with costumizable options for model: https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1<br>If you get an erorr, you putted a too much high Max_New_Tokens or your prompt is too long, shorten up one of these",
|
112 |
examples=examples,
|
113 |
).launch(show_api=False, share=True)
|