hideosnes commited on
Commit
346bd16
1 Parent(s): e7039e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -343,7 +343,7 @@ with block:
343
  inputs=[image_pil, src_image_pil, prompt, scale, control_scale],
344
  fn=run_for_examples,
345
  outputs=[generated_image],
346
- cache_examples=True,
347
  )
348
 
349
  gr.Markdown(article)
 
343
  inputs=[image_pil, src_image_pil, prompt, scale, control_scale],
344
  fn=run_for_examples,
345
  outputs=[generated_image],
346
+ cache_examples=False,
347
  )
348
 
349
  gr.Markdown(article)