Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ demo = gr.ChatInterface(
|
|
68 |
description="This is pragna-1b-it",
|
69 |
theme="soft",
|
70 |
examples=['Hi!'],
|
71 |
-
cache_examples=
|
72 |
retry_btn=None,
|
73 |
undo_btn="Delete Previous",
|
74 |
clear_btn="Clear",
|
|
|
68 |
description="This is pragna-1b-it",
|
69 |
theme="soft",
|
70 |
examples=['Hi!'],
|
71 |
+
cache_examples=False,
|
72 |
retry_btn=None,
|
73 |
undo_btn="Delete Previous",
|
74 |
clear_btn="Clear",
|