Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
banned-historical-archives
/
bha-ocr
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3v324v23
commited on
Dec 22, 2023
Commit
24caf2f
·
1 Parent(s):
df8208d
wip
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -42,4 +42,4 @@ if uploaded_file is not None:
42
43
Image.fromarray(
44
cv2.imread(fpath))
45
-
, res, './fonts/simfang.ttf'))
42
43
Image.fromarray(
44
cv2.imread(fpath))
45
+
, res
[0]
, './fonts/simfang.ttf'))