Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ def answer_question(images, question):
|
|
197 |
|
198 |
print("model load success!")
|
199 |
|
200 |
-
print(
|
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 |
|