salso commited on
Commit
1d8646d
·
verified ·
1 Parent(s): 7bf59b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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
  )