Spaces:
Runtime error
Runtime error
Commit
·
fea390c
1
Parent(s):
ecde415
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks(css='style.css') as demo:
|
|
159 |
inputs=textbox,
|
160 |
outputs=[textbox, chatbot],
|
161 |
fn=process_example,
|
162 |
-
cache_examples=
|
163 |
)
|
164 |
|
165 |
gr.Markdown(LICENSE)
|
|
|
159 |
inputs=textbox,
|
160 |
outputs=[textbox, chatbot],
|
161 |
fn=process_example,
|
162 |
+
cache_examples=True,
|
163 |
)
|
164 |
|
165 |
gr.Markdown(LICENSE)
|