prithivMLmods commited on
Commit
cc1a25f
·
verified ·
1 Parent(s): 6685f3b

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -210,7 +210,7 @@ with gr.Blocks(css=css, theme=steel_blue_theme) as demo:
210
  inputs=[input_image, prompt, lora_adapter],
211
  outputs=[output_image, seed],
212
  fn=infer_example,
213
- cache_examples=False,
214
  label="Examples"
215
  )
216
 
 
210
  inputs=[input_image, prompt, lora_adapter],
211
  outputs=[output_image, seed],
212
  fn=infer_example,
213
+ cache_examples="lazy",
214
  label="Examples"
215
  )
216