Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -199,6 +199,7 @@ demo = gr.ChatInterface(
|
|
| 199 |
),
|
| 200 |
],
|
| 201 |
examples=example_inputs,
|
|
|
|
| 202 |
retry_btn="Retry",
|
| 203 |
undo_btn="Undo",
|
| 204 |
clear_btn="Clear",
|
|
|
|
| 199 |
),
|
| 200 |
],
|
| 201 |
examples=example_inputs,
|
| 202 |
+
cache_examples=False,
|
| 203 |
retry_btn="Retry",
|
| 204 |
undo_btn="Undo",
|
| 205 |
clear_btn="Clear",
|