Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -268,7 +268,7 @@ with gr.Blocks(css=css, theme=orange_red_theme) as demo:
|
|
| 268 |
|
| 269 |
gr.Examples(
|
| 270 |
examples=[
|
| 271 |
-
["examples/
|
| 272 |
["examples/Room.jpg", "examples/Chair.jpg", "Put the chair in the room naturally.", "Fuse-Objects"],
|
| 273 |
["examples/Cloth1.jpg", "examples/Design1.png", "Put this design on their shirt.", "Cloth-Design-Fuse"],
|
| 274 |
],
|
|
|
|
| 268 |
|
| 269 |
gr.Examples(
|
| 270 |
examples=[
|
| 271 |
+
["examples/Mug1.jpg", "examples/Texture1.jpg", "Apply the design from image 2 to the mug.", "Texture Edit"],
|
| 272 |
["examples/Room.jpg", "examples/Chair.jpg", "Put the chair in the room naturally.", "Fuse-Objects"],
|
| 273 |
["examples/Cloth1.jpg", "examples/Design1.png", "Put this design on their shirt.", "Cloth-Design-Fuse"],
|
| 274 |
],
|