adil9858 commited on
Commit
477a0fa
·
verified ·
1 Parent(s): f3c1778

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ def describe_image(image_bytes):
29
  {
30
  "role": "user",
31
  "content": [
32
- {"type": "text", "text": "Describe this image clearly, including objects, scene, and any visible text. Also warn about potential hazards like wet floors, stairs, obstacles."},
33
  {"type": "image_url", "image_url": {"url": f"data:image/jpeg;base64,{base64_image}"}}
34
  ]
35
  }
 
29
  {
30
  "role": "user",
31
  "content": [
32
+ {"type": "text", "text": "Describe this image clearly, including objects, scene, and any visible text. Also warn about potential hazards."},
33
  {"type": "image_url", "image_url": {"url": f"data:image/jpeg;base64,{base64_image}"}}
34
  ]
35
  }