pgurazada1 commited on
Commit
adcb131
·
verified ·
1 Parent(s): 0f94bb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def decision(png_file_path, client, lmm: str) -> str:
51
  'role': 'user',
52
  'content': [
53
  {"type": "text", "text": user_message},
54
- {"type": "image", "image_url": {"url": image_data}}
55
  ]
56
  }
57
  ]
 
51
  'role': 'user',
52
  'content': [
53
  {"type": "text", "text": user_message},
54
+ {"type": "image_url", "image_url": {"url": image_data}}
55
  ]
56
  }
57
  ]