3v324v23 commited on
Commit
df8208d
·
1 Parent(s): a9ee30e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,5 +41,5 @@ if uploaded_file is not None:
41
  st.image(draw_ocr_results(
42
 
43
  Image.fromarray(
44
- cv2.imread(fpath, i))
45
  , res, './fonts/simfang.ttf'))
 
41
  st.image(draw_ocr_results(
42
 
43
  Image.fromarray(
44
+ cv2.imread(fpath))
45
  , res, './fonts/simfang.ttf'))