Oysiyl commited on
Commit
13f4ac6
·
verified ·
1 Parent(s): ce1803e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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},