Do not cache examples.
Browse files
app.py
CHANGED
@@ -108,7 +108,7 @@ with demo:
|
|
108 |
inputs = [input_image, threshold],
|
109 |
outputs = [output_image, dimensions, detections, stopwatch],
|
110 |
fn=predict_image,
|
111 |
-
|
112 |
label='Try these images!'
|
113 |
)
|
114 |
|
|
|
108 |
inputs = [input_image, threshold],
|
109 |
outputs = [output_image, dimensions, detections, stopwatch],
|
110 |
fn=predict_image,
|
111 |
+
cache_examples=False,
|
112 |
label='Try these images!'
|
113 |
)
|
114 |
|