Spaces:
Runtime error
Runtime error
Commit
·
61f9858
1
Parent(s):
c57e88a
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ if file is not None:
|
|
48 |
# print all predicted text:
|
49 |
for idx in range(len(result)):
|
50 |
pred_text = result[idx][1]
|
51 |
-
|
52 |
|
53 |
# collect the results in the dictionary:
|
54 |
textdic_easyocr = {}
|
|
|
48 |
# print all predicted text:
|
49 |
for idx in range(len(result)):
|
50 |
pred_text = result[idx][1]
|
51 |
+
st.write(pred_text)
|
52 |
|
53 |
# collect the results in the dictionary:
|
54 |
textdic_easyocr = {}
|