atalaydenknalbant commited on
Commit
987b3d8
·
verified ·
1 Parent(s): 9a7384c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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__':