prithivMLmods commited on
Commit
78d77e6
·
verified ·
1 Parent(s): fc73878

update app\

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -286,7 +286,7 @@ with gr.Blocks(css=css, theme=orange_red_theme) as demo:
286
  inputs=[image_1, image_2, prompt, lora_adapter],
287
  outputs=[output_image, seed],
288
  fn=infer_example,
289
- cache_examples="lazy",
290
  label="Examples"
291
  )
292
 
 
286
  inputs=[image_1, image_2, prompt, lora_adapter],
287
  outputs=[output_image, seed],
288
  fn=infer_example,
289
+ cache_examples=False,
290
  label="Examples"
291
  )
292