Cache examples
Browse files
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 |
-
|
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 |
|