Spaces:
Sleeping
Sleeping
Update app.py
Browse filesset cache_examples to false
app.py
CHANGED
@@ -139,6 +139,7 @@ chat_interface = gr.ChatInterface(
|
|
139 |
),
|
140 |
],
|
141 |
stop_btn=None,
|
|
|
142 |
examples=[
|
143 |
["Explain quantum physics in 5 words or less:"],
|
144 |
["Question: What do you call a bear with no teeth?\nAnswer:"],
|
|
|
139 |
),
|
140 |
],
|
141 |
stop_btn=None,
|
142 |
+
cache_examples="false"
|
143 |
examples=[
|
144 |
["Explain quantum physics in 5 words or less:"],
|
145 |
["Question: What do you call a bear with no teeth?\nAnswer:"],
|