pelinbalci commited on
Commit
61f9858
·
1 Parent(s): c57e88a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- print(pred_text)
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 = {}