salso commited on
Commit
4bf250c
verified
1 Parent(s): 0bf2b25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ with gr.Blocks(css=css, title="ZenCtrl Inpainting") as demo:
182
  fn=_run_example,
183
  examples_per_page="all",
184
  label="Presets (Input 路 Background 路 Prompt)",
185
- cache_examples="lazy",
186
  )
187
 
188
  # ---------- Buttons & interactions --------------------------
 
182
  fn=_run_example,
183
  examples_per_page="all",
184
  label="Presets (Input 路 Background 路 Prompt)",
185
+ cache_examples=False,
186
  )
187
 
188
  # ---------- Buttons & interactions --------------------------