Spaces:
Runtime error
Runtime error
Update app.py
Browse filesadd counting example.
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 |
],
|