matteomarjanovic commited on
Commit
6caa0a5
·
1 Parent(s): 480844b

refine prompt again

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ def encode_image(pil_image):
81
  description_prompt = """
82
  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.
83
  Don't add any additional comment.
84
- Specify that the flat sketch is black and white (even if the original garment has a color), that it doesn't include the person that wear the garment, and that it's not made on a paper sheet, but it's digitally made.
85
  It should start with "The technical flat sketch of..."
86
 
87
 
 
81
  description_prompt = """
82
  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.
83
  Don't add any additional comment.
84
+ Specify that the flat sketch is black and white (even if the original garment has a color), that it doesn't include the person that wear the garment, and that it's not made on a paper sheet, but it's digitally made, so it has plain white background, not paper.
85
  It should start with "The technical flat sketch of..."
86
 
87