Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -187,7 +187,6 @@ with gr.Blocks() as app:
|
|
187 |
inputs=[image, model_id, conf_threshold, iou_threshold, max_detection],
|
188 |
outputs=[input_type, output_image],
|
189 |
label="Examples (Images)",
|
190 |
-
cache_examples=True,
|
191 |
)
|
192 |
|
193 |
if __name__ == '__main__':
|
|
|
187 |
inputs=[image, model_id, conf_threshold, iou_threshold, max_detection],
|
188 |
outputs=[input_type, output_image],
|
189 |
label="Examples (Images)",
|
|
|
190 |
)
|
191 |
|
192 |
if __name__ == '__main__':
|