Spaces:
Sleeping
Sleeping
Commit
·
47aeff6
1
Parent(s):
0f0eab0
debug
Browse files
app.py
CHANGED
@@ -104,6 +104,7 @@ def get_response(params):
|
|
104 |
)
|
105 |
|
106 |
images = [load_image_from_base64(image) for image in images]
|
|
|
107 |
images = process_images(images, image_processor, model.config)
|
108 |
|
109 |
if type(images) is list:
|
|
|
104 |
)
|
105 |
|
106 |
images = [load_image_from_base64(image) for image in images]
|
107 |
+
print(images)
|
108 |
images = process_images(images, image_processor, model.config)
|
109 |
|
110 |
if type(images) is list:
|