Bofandra commited on
Commit
a03361f
1 Parent(s): e7dcc2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -167,7 +167,7 @@ demo = gr.Interface(
167
  ],
168
  inputs="textbox",
169
  outputs="textbox",
170
- cache_examples="lazy",
171
  examples=[
172
  ["Why is men created?"],
173
  ["Please tell me about superstition!"],
 
167
  ],
168
  inputs="textbox",
169
  outputs="textbox",
170
+ cache_examples=True,
171
  examples=[
172
  ["Why is men created?"],
173
  ["Please tell me about superstition!"],