bokesyo commited on
Commit
6fa61ed
·
verified ·
1 Parent(s): 60d425a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -197,6 +197,8 @@ def answer_question(images, question):
197
 
198
  print("model load success!")
199
 
 
 
200
  images_ = [image.convert('RGB') for image in images]
201
 
202
  msgs = [{'role': 'user', 'content': [*images_, question]}]
 
197
 
198
  print("model load success!")
199
 
200
+ print(images_[0])
201
+
202
  images_ = [image.convert('RGB') for image in images]
203
 
204
  msgs = [{'role': 'user', 'content': [*images_, question]}]