bramw commited on
Commit
6ef67fd
·
1 Parent(s): 4078412

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -135,6 +135,6 @@ iface = gr.Interface(fn=edict, inputs=[gr.Image(interactive=False),
135
  outputs="image",
136
  description=description,
137
  article=article,
138
- cache_examples=False
139
  )
140
  iface.launch()
 
135
  outputs="image",
136
  description=description,
137
  article=article,
138
+ cache_examples=True
139
  )
140
  iface.launch()