Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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]}]
|