bestofaiml commited on
Commit
87630d2
·
verified ·
1 Parent(s): c662eeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -79,7 +79,9 @@ def chat(message, history, temperature, do_sample, max_tokens):
79
 
80
  demo = gr.ChatInterface(
81
  fn=chat,
82
- examples=[["Write me a poem about Machine Learning."]],
 
 
83
  # multimodal=False,
84
  additional_inputs_accordion=gr.Accordion(
85
  label="⚙️ Parameters", open=False, render=False
 
79
 
80
  demo = gr.ChatInterface(
81
  fn=chat,
82
+ examples=[["Write a polite complaint letter to the Sun for being too sunny."],
83
+ ["What would a debate between a spoon and a fork over the best utensil look like?"],
84
+ ["Draft an email from a pirate applying to a corporate job—mention his skills in team management and negotiation."]],
85
  # multimodal=False,
86
  additional_inputs_accordion=gr.Accordion(
87
  label="⚙️ Parameters", open=False, render=False