salso commited on
Commit
c4506fb
·
verified ·
1 Parent(s): 2e47b99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks(css=css, title="ZenCtrl Inpainting") as demo:
159
  fn=_load_and_show,
160
  label="Visual Presets – Subject · Background · Prompt",
161
  examples_per_page="all",
162
- cache_examples="lazy",
163
  )
164
 
165
 
 
159
  fn=_load_and_show,
160
  label="Visual Presets – Subject · Background · Prompt",
161
  examples_per_page="all",
162
+ cache_examples=False,
163
  )
164
 
165