Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -544,6 +544,7 @@ with gr.Blocks() as demo:
|
|
| 544 |
],
|
| 545 |
inputs=[user_input],
|
| 546 |
label="Examples",
|
|
|
|
| 547 |
)
|
| 548 |
user_input.submit(
|
| 549 |
fn=user_conversation,
|
|
|
|
| 544 |
],
|
| 545 |
inputs=[user_input],
|
| 546 |
label="Examples",
|
| 547 |
+
cache_examples=True,
|
| 548 |
)
|
| 549 |
user_input.submit(
|
| 550 |
fn=user_conversation,
|