Update app.py
Browse files
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
|