Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -171,14 +171,14 @@ with gr.Blocks(css=css, title="ZenCtrl Inpainting") as demo:
|
|
| 171 |
# ---------- Examples ----------------------------------------
|
| 172 |
gr.Examples(
|
| 173 |
examples=[
|
| 174 |
-
["examples/sofa1_1.png", "examples/sofa1_bg.png", "add the sofa"
|
| 175 |
-
["examples/sofa2.png", "examples/sofa2_bg.png", "add this sofa"
|
| 176 |
-
["examples/chair1.png", "examples/chair1_bg.png", "add the chair"
|
| 177 |
-
["examples/console_table.png", "examples/console_table_bg.png", "Scandinavian console table against a gallery-style wall filled with abstract framed art,"
|
| 178 |
-
["examples/office_chair.png", "examples/office_chair_bg.png", "office chair"
|
| 179 |
-
["examples/office_chair1.png", "examples/office_chair1_bg.png", "Executive mesh chair in a modern home office, with matte black wall panels, built-in shelves, "
|
| 180 |
-
["examples/bed.png", "examples/bed_in.png", "Low platform bed in a Japandi-style bedroom, surrounded by floating nightstands"
|
| 181 |
-
["examples/car.png", "examples/car_bg.png", "car on the road"
|
| 182 |
],
|
| 183 |
inputs = [subj_img, ref_img, promptbox],
|
| 184 |
outputs = [subj_img, ref_img, promptbox, output_img],
|
|
|
|
| 171 |
# ---------- Examples ----------------------------------------
|
| 172 |
gr.Examples(
|
| 173 |
examples=[
|
| 174 |
+
["examples/sofa1_1.png", "examples/sofa1_bg.png", "add the sofa", "examples/sofa1_out.png"],
|
| 175 |
+
["examples/sofa2.png", "examples/sofa2_bg.png", "add this sofa", "examples/sofa2_out.png"],
|
| 176 |
+
["examples/chair1.png", "examples/chair1_bg.png", "add the chair", "examples/chair1_out.png"],
|
| 177 |
+
["examples/console_table.png", "examples/console_table_bg.png", "Scandinavian console table against a gallery-style wall filled with abstract framed art,", "examples/console_table_out.png"],
|
| 178 |
+
["examples/office_chair.png", "examples/office_chair_bg.png", "office chair", "examples/office_chair_out.png"],
|
| 179 |
+
["examples/office_chair1.png", "examples/office_chair1_bg.png", "Executive mesh chair in a modern home office, with matte black wall panels, built-in shelves, ", "examples/office_chair1_out.png"],
|
| 180 |
+
["examples/bed.png", "examples/bed_in.png", "Low platform bed in a Japandi-style bedroom, surrounded by floating nightstands", "examples/bed_out.png"],
|
| 181 |
+
["examples/car.png", "examples/car_bg.png", "car on the road", "examples/car_out.png"],
|
| 182 |
],
|
| 183 |
inputs = [subj_img, ref_img, promptbox],
|
| 184 |
outputs = [subj_img, ref_img, promptbox, output_img],
|