prithivMLmods commited on
Commit
1b7397c
·
verified ·
1 Parent(s): 46a0bca

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=True,
183
  label="Examples"
184
  )
185