jameslahm commited on
Commit
35f7cbe
1 Parent(s): 794b1a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ def app():
90
  conf_threshold,
91
  ],
92
  outputs=[output_image],
93
- cache_examples=True,
94
  )
95
 
96
  gradio_app = gr.Blocks()
 
90
  conf_threshold,
91
  ],
92
  outputs=[output_image],
93
+ cache_examples='lazy',
94
  )
95
 
96
  gradio_app = gr.Blocks()