smoothjazzuser
commited on
Commit
·
dceff07
1
Parent(s):
75eefee
Update app.py
Browse files
app.py
CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks(title='Looking at the pixels models attend to', description="This
|
|
159 |
inputs=gr.Image(),
|
160 |
label="Examples",
|
161 |
fn=gradio_interface,
|
162 |
-
cache_examples=
|
163 |
run_on_click=True,
|
164 |
postprocess=True,
|
165 |
preprocess=True,
|
|
|
159 |
inputs=gr.Image(),
|
160 |
label="Examples",
|
161 |
fn=gradio_interface,
|
162 |
+
cache_examples=True,
|
163 |
run_on_click=True,
|
164 |
postprocess=True,
|
165 |
preprocess=True,
|