g0blas commited on
Commit
cb9fd6b
1 Parent(s): 76a6ee6

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,5 +50,5 @@ examples = [
50
 
51
  ]
52
 
53
- iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples)
54
  iface.launch(inline=False)
 
50
 
51
  ]
52
 
53
+ iface = gr.Interface(fn=recognize_image, inputs=image, outputs=label, examples=examples, cache_examples=True)
54
  iface.launch(inline=False)