KarthikAI commited on
Commit
e118a73
·
verified ·
1 Parent(s): f399174

Update desc.py

Browse files
Files changed (1) hide show
  1. desc.py +1 -4
desc.py CHANGED
@@ -15,10 +15,7 @@ def describe_image_with_gpt4o(image_path, api_key):
15
 
16
  # Compose the prompt
17
  prompt = (
18
- "Describe this face with as much detail as possible, "
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