Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,7 +154,6 @@ with gr.Blocks(css=css, title="ZenCtrl Inpainting") as demo:
|
|
| 154 |
examples = examples, # ← plain strings only
|
| 155 |
inputs = [subj_img, ref_img, promptbox],
|
| 156 |
label = "Visual Presets – Subject · Background · Prompt",
|
| 157 |
-
preprocess = False, # <-- tell Gradio they are *already* images
|
| 158 |
cache_examples = False,
|
| 159 |
examples_per_page= "all",
|
| 160 |
)
|
|
|
|
| 154 |
examples = examples, # ← plain strings only
|
| 155 |
inputs = [subj_img, ref_img, promptbox],
|
| 156 |
label = "Visual Presets – Subject · Background · Prompt",
|
|
|
|
| 157 |
cache_examples = False,
|
| 158 |
examples_per_page= "all",
|
| 159 |
)
|