Update app.py
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ gr.ChatInterface(
|
|
113 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
114 |
additional_inputs=additional_inputs,
|
115 |
title="Mixtral 8x7b Instruct v0.1",
|
116 |
-
description="Chatbot space with costumizable options for model: https://huggingface.co/mistralai/Mixtral-8x7B-Instruct-v0.1
|
117 |
examples=examples,
|
118 |
concurrency_limit=20,
|
119 |
).launch(show_api=False)
|
|
|
113 |
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
|
114 |
additional_inputs=additional_inputs,
|
115 |
title="Mixtral 8x7b Instruct v0.1",
|
116 |
+
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 system prompt+prompt is too long, shorten up one of these",
|
117 |
examples=examples,
|
118 |
concurrency_limit=20,
|
119 |
).launch(show_api=False)
|