multimodalart HF staff commited on
Commit
edd5608
1 Parent(s): 0da3847

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -236,7 +236,7 @@ with block:
236
  randomize=True,
237
  )
238
 
239
- ex = gr.Examples(examples=examples, fn=infer, inputs=[text, samples, steps, scale, seed], outputs=gallery, cache_examples=False)
240
  ex.dataset.headers = [""]
241
 
242
 
 
236
  randomize=True,
237
  )
238
 
239
+ ex = gr.Examples(examples=examples, fn=infer, inputs=[text, samples, steps, scale, seed], outputs=gallery, cache_examples=True)
240
  ex.dataset.headers = [""]
241
 
242