salso commited on
Commit
a8544ef
verified
1 Parent(s): 090a80f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -163,8 +163,8 @@ with gr.Blocks(css=css, title="ZenCtrl Inpainting") as demo:
163
  ["examples/car.png", "examples/car_bg.png", "car on the road", "examples/car_out.png"],
164
  ],
165
  inputs=[subj_img, ref_img, promptbox, output_img],
166
- outputs=[output_img],
167
- fn=_run_example,
168
  label="Visual Presets: Subject 路 Background 路 Prompt 路 Output",
169
  examples_per_page="all"
170
  )
 
163
  ["examples/car.png", "examples/car_bg.png", "car on the road", "examples/car_out.png"],
164
  ],
165
  inputs=[subj_img, ref_img, promptbox, output_img],
166
+ #outputs=[output_img],
167
+ #fn=_run_example,
168
  label="Visual Presets: Subject 路 Background 路 Prompt 路 Output",
169
  examples_per_page="all"
170
  )