atalaydenknalbant commited on
Commit
e7b97f5
·
verified ·
1 Parent(s): de1988e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ def app():
105
  iou_threshold,
106
  ],
107
  outputs=[output_image],
108
- cache_examples=True,
109
  )
110
 
111
  gradio_app = gr.Blocks()
 
105
  iou_threshold,
106
  ],
107
  outputs=[output_image],
108
+ cache_examples="lazy",
109
  )
110
 
111
  gradio_app = gr.Blocks()