mdp-1395 commited on
Commit
4ef057c
1 Parent(s): 8a9cf1c

update_cache_indicator

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -68,6 +68,7 @@ def respond(
68
  demo = gr.ChatInterface(
69
  fn=respond,
70
  examples=["Tell me about Divya Prakash.", "What are his expertise?", "What are his contact details?"],
 
71
  theme=gr.themes.Base()
72
  )
73
 
 
68
  demo = gr.ChatInterface(
69
  fn=respond,
70
  examples=["Tell me about Divya Prakash.", "What are his expertise?", "What are his contact details?"],
71
+ cache_examples=False,
72
  theme=gr.themes.Base()
73
  )
74