ash123 commited on
Commit
70191e3
1 Parent(s): 9aa9608

Update app.py

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