ash123 commited on
Commit
324aecc
·
1 Parent(s): 42bdbc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -282,7 +282,7 @@ with block as demo:
282
  inputs=[prompt_input, negative,
283
  inf_steps_input, seed_input, guidance_scale],
284
  outputs=[gallery],
285
- cache_examples=True,
286
  postprocess=False)
287
  ex.dataset.headers = [""]
288
 
 
282
  inputs=[prompt_input, negative,
283
  inf_steps_input, seed_input, guidance_scale],
284
  outputs=[gallery],
285
+ cache_examples=False,
286
  postprocess=False)
287
  ex.dataset.headers = [""]
288