Spaces:
Running
on
Zero
Running
on
Zero
bo.l
commited on
Commit
·
3f81f77
1
Parent(s):
05dab33
more example
Browse files
app.py
CHANGED
|
@@ -125,7 +125,9 @@ example_triples = [
|
|
| 125 |
["assets/pmkexBUx_src1.png", "assets/pmkexBUx_src2.png",
|
| 126 |
"Place the person wearing a wide-brimmed hat and beige scarf/shawl from the first image onto the mountain ridge in the second image. Position them as if standing on the ridge, facing the valley view, to create an immersive outdoors scene."],
|
| 127 |
["assets/Uwn0WEbC_src1.png", "assets/Uwn0WEbC_src2.png",
|
| 128 |
-
"Change the clothing of the person in the first image to match the attire shown in the second image, ensuring the details of the dress, including the blue bodice, white blouse, and the overall rustic aesthetic, are faithfully replicated."]
|
|
|
|
|
|
|
| 129 |
]
|
| 130 |
|
| 131 |
css = """ #col-container { margin: 0 auto; max-width: 800px; } """
|
|
|
|
| 125 |
["assets/pmkexBUx_src1.png", "assets/pmkexBUx_src2.png",
|
| 126 |
"Place the person wearing a wide-brimmed hat and beige scarf/shawl from the first image onto the mountain ridge in the second image. Position them as if standing on the ridge, facing the valley view, to create an immersive outdoors scene."],
|
| 127 |
["assets/Uwn0WEbC_src1.png", "assets/Uwn0WEbC_src2.png",
|
| 128 |
+
"Change the clothing of the person in the first image to match the attire shown in the second image, ensuring the details of the dress, including the blue bodice, white blouse, and the overall rustic aesthetic, are faithfully replicated."],
|
| 129 |
+
["assets/Uwn0WEbC_src2.png", "assets/Uwn0WEbC_src1.png",
|
| 130 |
+
"Change the clothing of the person in the first image to match the attire shown in the second image, ensuring the details of the clothes, and the overall rustic aesthetic, are faithfully replicated."]
|
| 131 |
]
|
| 132 |
|
| 133 |
css = """ #col-container { margin: 0 auto; max-width: 800px; } """
|