Spaces:
Running
Running
Update app.py
Browse files
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=
|
| 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 --------------------------
|