Spaces:
Running
Running
Commit
·
e94fb4a
1
Parent(s):
a8352b5
put back the example in the prompt
Browse files
app.py
CHANGED
@@ -97,9 +97,15 @@ def generate_description_fn(
|
|
97 |
I want you to imagine how the technical flat sketch of the garment you see in the picture would look like, and describe it in rich details, in one paragraph.
|
98 |
Don't add any additional comment.
|
99 |
Specify that the flat sketch is black and white (even if the original garment has a color) and that it doesn't include the person that wear the garment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
100 |
"""
|
101 |
-
# The style of the result should look somewhat like the following example:
|
102 |
-
# The technical flat sketch of the dress depicts a midi-length, off-the-shoulder design with a smocked bodice and short puff sleeves that have elasticized cuffs. The elastic neckline sits straight across the chest and back, ensuring a secure fit. The bodice transitions into a flowy, tiered skirt with three evenly spaced gathered panels, creating soft volume. Elasticized areas are marked with textured lines, while the gathers and drape is indicated through subtle curved strokes, ensuring clarity in construction details.
|
103 |
},
|
104 |
{
|
105 |
"type": "image_url",
|
|
|
97 |
I want you to imagine how the technical flat sketch of the garment you see in the picture would look like, and describe it in rich details, in one paragraph.
|
98 |
Don't add any additional comment.
|
99 |
Specify that the flat sketch is black and white (even if the original garment has a color) and that it doesn't include the person that wear the garment.
|
100 |
+
|
101 |
+
|
102 |
+
The style of the result should look somewhat like the following example:
|
103 |
+
The technical flat sketch of the dress depicts a midi-length, off-the-shoulder design with a smocked bodice and short puff sleeves that have elasticized cuffs.
|
104 |
+
The elastic neckline sits straight across the chest and back, ensuring a secure fit.
|
105 |
+
The bodice transitions into a flowy, tiered skirt with three evenly spaced gathered panels, creating soft volume.
|
106 |
+
Elasticized areas are marked with textured lines, while the gathers and drape is indicated through subtle curved strokes, ensuring clarity in construction details.
|
107 |
+
The flat sketch does NOT include any person and it's only the in black and white, being a technical drawing.
|
108 |
"""
|
|
|
|
|
109 |
},
|
110 |
{
|
111 |
"type": "image_url",
|