hysts HF staff commited on
Commit
2e3c281
1 Parent(s): f62a68b
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -116,7 +116,6 @@ with gr.Blocks(css="style.css") as demo:
116
  inputs=[image, model_name, score_threshold],
117
  outputs=result,
118
  fn=detect,
119
- cache_examples=os.getenv("CACHE_EXAMPLES") == "1",
120
  )
121
  run_button.click(
122
  fn=detect,
 
116
  inputs=[image, model_name, score_threshold],
117
  outputs=result,
118
  fn=detect,
 
119
  )
120
  run_button.click(
121
  fn=detect,