bokesyo commited on
Commit
195d8dd
·
verified ·
1 Parent(s): 6fa61ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -197,7 +197,7 @@ def answer_question(images, question):
197
 
198
  print("model load success!")
199
 
200
- print(images_[0])
201
 
202
  images_ = [image.convert('RGB') for image in images]
203
 
 
197
 
198
  print("model load success!")
199
 
200
+ print(images[0])
201
 
202
  images_ = [image.convert('RGB') for image in images]
203