Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,6 +30,8 @@ if uploaded_files:
|
|
| 30 |
|
| 31 |
all_texts = []
|
| 32 |
for image_byte in image_bytes:
|
|
|
|
|
|
|
| 33 |
text = ''
|
| 34 |
for image in image_byte:
|
| 35 |
text = image_to_text(image)
|
|
|
|
| 30 |
|
| 31 |
all_texts = []
|
| 32 |
for image_byte in image_bytes:
|
| 33 |
+
print('This is image_byte: ', image_byte)
|
| 34 |
+
|
| 35 |
text = ''
|
| 36 |
for image in image_byte:
|
| 37 |
text = image_to_text(image)
|