ysharma HF Staff commited on
Commit
bf43419
·
verified ·
1 Parent(s): ce18386

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,6 +16,6 @@ demo = gr.ChatInterface(fn=count_files,
16
  ],
17
  title="Echo Bot",
18
  multimodal=True,
19
- cache_examples=True)
20
 
21
  demo.launch(debug=True, share=True)
 
16
  ],
17
  title="Echo Bot",
18
  multimodal=True,
19
+ cache_examples=False)
20
 
21
  demo.launch(debug=True, share=True)