Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,6 @@ demo = gr.ChatInterface(fn=count_files,
|
|
16 |
],
|
17 |
title="Echo Bot",
|
18 |
multimodal=True,
|
19 |
-
cache_examples=
|
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)
|