prithivMLmods commited on
Commit
f874714
·
verified ·
1 Parent(s): f3d831d

update app

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ with gr.Blocks() as demo:
249
  inputs=[input_image, prompt, lora_adapter],
250
  outputs=[output_image, seed],
251
  fn=infer_example,
252
- cache_examples="lazy",
253
  label="Examples"
254
  )
255
 
 
249
  inputs=[input_image, prompt, lora_adapter],
250
  outputs=[output_image, seed],
251
  fn=infer_example,
252
+ cache_examples=False,
253
  label="Examples"
254
  )
255