Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
)
|