aixsatoshi commited on
Commit
e8f00c3
1 Parent(s): ad15fea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -199,6 +199,7 @@ demo = gr.ChatInterface(
199
  ),
200
  ],
201
  examples=example_inputs,
 
202
  retry_btn="Retry",
203
  undo_btn="Undo",
204
  clear_btn="Clear",
 
199
  ),
200
  ],
201
  examples=example_inputs,
202
+ cache_examples=False,
203
  retry_btn="Retry",
204
  undo_btn="Undo",
205
  clear_btn="Clear",