kevinkyi commited on
Commit
4a909ca
·
verified ·
1 Parent(s): b357f64

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks(title="Stop Sign Classifier") as demo:
141
  inputs=[image_in],
142
  label="Example images",
143
  examples_per_page=6,
144
- cache_examples=True,
145
  )
146
 
147
 
 
141
  inputs=[image_in],
142
  label="Example images",
143
  examples_per_page=6,
144
+ cache_examples=False,
145
  )
146
 
147