Spaces:
Sleeping
Sleeping
chips
commited on
Commit
·
6cb9b6b
1
Parent(s):
a4b05cc
added color support for better selection
Browse files
app.py
CHANGED
@@ -377,7 +377,7 @@ async def describe_garment(image):
|
|
377 |
{
|
378 |
"role": "user",
|
379 |
"content": [
|
380 |
-
{"type": "text", "text": "Describe this garment or garments in the image. the format should be ready to be inserted into the sentence: a
|
381 |
{
|
382 |
"type": "image_url",
|
383 |
"image_url": {
|
|
|
377 |
{
|
378 |
"role": "user",
|
379 |
"content": [
|
380 |
+
{"type": "text", "text": "Describe this garment or garments in the image. the format should be ready to be inserted into the sentence: a man wearing ..... in front of a white background. describe the garments as type and fit, but only overall colors and not specific design, not the rest of the images. make sure to only return the description, not the complete sentence."},
|
381 |
{
|
382 |
"type": "image_url",
|
383 |
"image_url": {
|