Nick088 commited on
Commit
67d4a4b
·
verified ·
1 Parent(s): ceb5a24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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\nIf 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)
 
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)