pabloce commited on
Commit
fa7c028
·
verified ·
1 Parent(s): ece41a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -214,6 +214,7 @@ demo = gr.ChatInterface(
214
  undo_btn="Undo",
215
  clear_btn="Clear",
216
  submit_btn="Send",
 
217
  examples = (examples),
218
  description="Llama-cpp-agent: Chat with DuckDuckGo Agent",
219
  analytics_enabled=False,
 
214
  undo_btn="Undo",
215
  clear_btn="Clear",
216
  submit_btn="Send",
217
+ cache_examples=False,
218
  examples = (examples),
219
  description="Llama-cpp-agent: Chat with DuckDuckGo Agent",
220
  analytics_enabled=False,