jsaplication commited on
Commit
61a81e5
·
1 Parent(s): 17fba42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,8 +95,8 @@ with gr.Blocks(css=css) as demo:
95
  gr.HTML("<h3><center>Learn more about the model <a href='https://huggingface.co/docs/transformers/main/model_doc/mistral'>here</a>. 📚<h3><center>")
96
  gr.ChatInterface(
97
  generate,
98
- additional_inputs=additional_inputs,
99
- examples=[["What is the secret to life?"], ["Write me a recipe for pancakes."]]
100
  )
101
 
102
  demo.queue().launch(debug=True)
 
95
  gr.HTML("<h3><center>Learn more about the model <a href='https://huggingface.co/docs/transformers/main/model_doc/mistral'>here</a>. 📚<h3><center>")
96
  gr.ChatInterface(
97
  generate,
98
+ additional_inputs=additional_inputs
99
+
100
  )
101
 
102
  demo.queue().launch(debug=True)