Spaces:
Paused
Paused
Update app.py
Browse files
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": "
|
| 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 |
]
|