hantech commited on
Commit
79202d5
1 Parent(s): 201b7ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -66,6 +66,7 @@ def predict(filepath):
66
  out = viet_ocr_predict(cropped_image)
67
  except:
68
  out = text
 
69
  texts = texts + '\t' + out
70
 
71
  return texts
 
66
  out = viet_ocr_predict(cropped_image)
67
  except:
68
  out = text
69
+ print(out)
70
  texts = texts + '\t' + out
71
 
72
  return texts