Spaces:
Runtime error
Runtime error
Commit
·
b4b1cd5
1
Parent(s):
51c4b4f
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ reader = easyocr.Reader(['en'])
|
|
12 |
|
13 |
|
14 |
url = 'https://fki.tic.heia-fr.ch/static/img/a01-122-02-00.jpg'
|
15 |
-
img = PIL.Image.open(
|
16 |
print(img)
|
17 |
bound = reader.readtext(img)
|
18 |
print(bound)
|
|
|
12 |
|
13 |
|
14 |
url = 'https://fki.tic.heia-fr.ch/static/img/a01-122-02-00.jpg'
|
15 |
+
img = PIL.Image.open("dummy.jpg")
|
16 |
print(img)
|
17 |
bound = reader.readtext(img)
|
18 |
print(bound)
|