Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -119,6 +119,7 @@ demo = gr.ChatInterface(
|
|
119 |
["Mel is three years younger than Katherine. When Katherine is two dozen years old, how old will Mel be in years?"],
|
120 |
["What is the sqrt of 101?"],
|
121 |
],
|
|
|
122 |
chatbot=gr.Chatbot(
|
123 |
latex_delimiters=[
|
124 |
{"left": "$$", "right": "$$", "display": True},
|
|
|
119 |
["Mel is three years younger than Katherine. When Katherine is two dozen years old, how old will Mel be in years?"],
|
120 |
["What is the sqrt of 101?"],
|
121 |
],
|
122 |
+
cache_examples=False,
|
123 |
chatbot=gr.Chatbot(
|
124 |
latex_delimiters=[
|
125 |
{"left": "$$", "right": "$$", "display": True},
|