ash123 commited on
Commit
14ebf7b
1 Parent(s): 9dac4fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -292,7 +292,7 @@ with block as demo:
292
  fn=generate_image,
293
  inputs=[prompt_input, negative,inf_steps_input, seed_input, guidance_scale],
294
  outputs=[gallery],
295
- cache_examples=False)
296
  ex.dataset.headers = [""]
297
 
298
  share_button = gr.Button("Share to community",elem_classes="share_button")
 
292
  fn=generate_image,
293
  inputs=[prompt_input, negative,inf_steps_input, seed_input, guidance_scale],
294
  outputs=[gallery],
295
+ cache_examples=True)
296
  ex.dataset.headers = [""]
297
 
298
  share_button = gr.Button("Share to community",elem_classes="share_button")