Spaces:
Running
on
A100
Running
on
A100
no cache examples
Browse files
app.py
CHANGED
@@ -299,6 +299,7 @@ with gr.Blocks() as demo:
|
|
299 |
],
|
300 |
inputs=[input_image],
|
301 |
label="Examples",
|
|
|
302 |
examples_per_page=15
|
303 |
)
|
304 |
|
|
|
299 |
],
|
300 |
inputs=[input_image],
|
301 |
label="Examples",
|
302 |
+
cache_examples=False,
|
303 |
examples_per_page=15
|
304 |
)
|
305 |
|