Aqdas commited on
Commit
52e122d
·
verified ·
1 Parent(s): 51ee97e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: ', 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: