saa231 commited on
Commit
8fff8bd
·
verified ·
1 Parent(s): cfa5da5

Update project_model.py

Browse files
Files changed (1) hide show
  1. 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": self.current_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
  }]