bram-w commited on
Commit
ad298de
1 Parent(s): 36c3ba1

editing text

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