Spaces:
Sleeping
Sleeping
Upload app.py with huggingface_hub
Browse files
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=
|
| 145 |
)
|
| 146 |
|
| 147 |
|
|
|
|
| 141 |
inputs=[image_in],
|
| 142 |
label="Example images",
|
| 143 |
examples_per_page=6,
|
| 144 |
+
cache_examples=False,
|
| 145 |
)
|
| 146 |
|
| 147 |
|