dwb2023 commited on
Commit
b2b91f5
1 Parent(s): 1c1e3e0

Update app.py

Browse files

add counting example.

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -143,6 +143,7 @@ chat_interface = gr.ChatInterface(
143
  stop_btn="Stop",
144
  cache_examples=False,
145
  examples=[
 
146
  ["Explain quantum physics in 5 words or less:"],
147
  ["Question: What do you call a bear with no teeth?\nAnswer:"],
148
  ],
 
143
  stop_btn="Stop",
144
  cache_examples=False,
145
  examples=[
146
+ ["You are three years old. Count from one to ten."],
147
  ["Explain quantum physics in 5 words or less:"],
148
  ["Question: What do you call a bear with no teeth?\nAnswer:"],
149
  ],