Update project_model.py
Browse files- project_model.py +1 -1
project_model.py
CHANGED
|
@@ -202,7 +202,7 @@ def process_inputs(
|
|
| 202 |
messages = [{
|
| 203 |
"role": "user",
|
| 204 |
"content": [
|
| 205 |
-
{"type": "image", "image":
|
| 206 |
{"type": "text", "text": vqa_prompt}
|
| 207 |
]
|
| 208 |
}]
|
|
|
|
| 202 |
messages = [{
|
| 203 |
"role": "user",
|
| 204 |
"content": [
|
| 205 |
+
{"type": "image", "image": session.current_image},
|
| 206 |
{"type": "text", "text": vqa_prompt}
|
| 207 |
]
|
| 208 |
}]
|