jeffaudi commited on
Commit
9b97d0d
1 Parent(s): f1f96c0

Cache examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -149,7 +149,7 @@ with demo:
149
  inputs = [input_image, threshold],
150
  outputs = [output_image, dimensions, detections, stopwatch],
151
  fn=predict_image,
152
- #cache_examples=True,
153
  label='Try these images!'
154
  )
155
 
 
149
  inputs = [input_image, threshold],
150
  outputs = [output_image, dimensions, detections, stopwatch],
151
  fn=predict_image,
152
+ cache_examples=True,
153
  label='Try these images!'
154
  )
155