prithivMLmods commited on
Commit
4b1184e
·
verified ·
1 Parent(s): d72db4e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False,
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