Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -179,7 +179,7 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
|
| 179 |
# The output now targets the ImageSlider component
|
| 180 |
outputs=[output_slider, seed],
|
| 181 |
fn=infer_example,
|
| 182 |
-
cache_examples=
|
| 183 |
label="Examples"
|
| 184 |
)
|
| 185 |
|
|
|
|
| 179 |
# The output now targets the ImageSlider component
|
| 180 |
outputs=[output_slider, seed],
|
| 181 |
fn=infer_example,
|
| 182 |
+
cache_examples="lazy",
|
| 183 |
label="Examples"
|
| 184 |
)
|
| 185 |
|