Spaces:
Sleeping
Sleeping
Update desc.py
Browse files
desc.py
CHANGED
@@ -15,10 +15,7 @@ def describe_image_with_gpt4o(image_path, api_key):
|
|
15 |
|
16 |
# Compose the prompt
|
17 |
prompt = (
|
18 |
-
"
|
19 |
-
"focusing on facial features, hairstyle, expression, accessories, and notable traits. "
|
20 |
-
"Be specific, provide detail on Clothing, style and background"
|
21 |
-
"Be specific, as if explaining to an artist who will draw a sticker of this person."
|
22 |
)
|
23 |
|
24 |
# Call GPT-4o Vision API
|
|
|
15 |
|
16 |
# Compose the prompt
|
17 |
prompt = (
|
18 |
+
"Given the picture give me all required features as prompt to get stickers using dalle"
|
|
|
|
|
|
|
19 |
)
|
20 |
|
21 |
# Call GPT-4o Vision API
|