ccm commited on
Commit
81fddf5
·
verified ·
1 Parent(s): 0008371

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -171,6 +171,7 @@ EXAMPLE_QUERIES = [
171
  gradio.ChatInterface(
172
  reply,
173
  examples=EXAMPLE_QUERIES,
 
174
  chatbot=gradio.Chatbot(
175
  show_label=False,
176
  show_share_button=False,
 
171
  gradio.ChatInterface(
172
  reply,
173
  examples=EXAMPLE_QUERIES,
174
+ cache_examples=False,
175
  chatbot=gradio.Chatbot(
176
  show_label=False,
177
  show_share_button=False,