Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -30,7 +30,7 @@ if uploaded_files:
|
|
| 30 |
|
| 31 |
all_texts = []
|
| 32 |
for image_byte in image_bytes:
|
| 33 |
-
print('This is image_byte: ',
|
| 34 |
|
| 35 |
combine_text = ''
|
| 36 |
for image in image_byte:
|
|
|
|
| 30 |
|
| 31 |
all_texts = []
|
| 32 |
for image_byte in image_bytes:
|
| 33 |
+
print('This is image_byte: ', image_bytes)
|
| 34 |
|
| 35 |
combine_text = ''
|
| 36 |
for image in image_byte:
|