robinhad commited on
Commit
5430353
·
verified ·
1 Parent(s): 390133a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def user(user_message, image_data, history: list):
110
  elif tmp_path is not None:
111
  updated_history.append({
112
  "role": "user",
113
- "content": [{"type": "image", "path": tmp_path}#, "alt_text": "uploaded image", "_pil_image": image_obj}]
114
  })
115
  has_content = True
116
 
 
110
  elif tmp_path is not None:
111
  updated_history.append({
112
  "role": "user",
113
+ "content": [{"type": "image", "path": tmp_path}]#, "alt_text": "uploaded image", "_pil_image": image_obj}]
114
  })
115
  has_content = True
116