Aqdas commited on
Commit
f2952c9
·
verified ·
1 Parent(s): 615fe37

Update app.py

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