Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ demo = gr.Interface(
|
|
167 |
],
|
168 |
inputs="textbox",
|
169 |
outputs="textbox",
|
170 |
-
|
171 |
examples=[
|
172 |
["Why is men created?"],
|
173 |
["Please tell me about superstition!"],
|
|
|
167 |
],
|
168 |
inputs="textbox",
|
169 |
outputs="textbox",
|
170 |
+
cache_examples="lazy",
|
171 |
examples=[
|
172 |
["Why is men created?"],
|
173 |
["Please tell me about superstition!"],
|