Spaces:
Sleeping
Sleeping
wip
Browse files
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
|
45 |
, res, './fonts/simfang.ttf'))
|
|
|
41 |
st.image(draw_ocr_results(
|
42 |
|
43 |
Image.fromarray(
|
44 |
+
cv2.imread(fpath))
|
45 |
, res, './fonts/simfang.ttf'))
|