Nick088 commited on
Commit
02ac860
1 Parent(s): 87699dd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -95,10 +95,6 @@ additional_inputs=[
95
  ),
96
  ]
97
 
98
- examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?", None, None, None, None, None, None, None],
99
- ["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None, None, None],
100
- ["What are some unique features of Rust that make it stand out compared to other systems programming languages like C++?", None, None, None, None, None, None, None],
101
- ]
102
 
103
  gr.ChatInterface(
104
  fn=generate,
@@ -106,5 +102,4 @@ gr.ChatInterface(
106
  additional_inputs=additional_inputs,
107
  title="Mixtral 8x7b Instruct v0.1",
108
  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",
109
- examples=examples,
110
  ).launch(show_api=False, share=True)
 
95
  ),
96
  ]
97
 
 
 
 
 
98
 
99
  gr.ChatInterface(
100
  fn=generate,
 
102
  additional_inputs=additional_inputs,
103
  title="Mixtral 8x7b Instruct v0.1",
104
  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",
 
105
  ).launch(show_api=False, share=True)