pragnakalp
commited on
Commit
•
c2c3db7
1
Parent(s):
65c7e25
Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ def generate_ocr(Method,img):
|
|
83 |
|
84 |
try:
|
85 |
flag(Method,text_output,img)
|
86 |
-
except e:
|
87 |
print(e)
|
88 |
return text_output
|
89 |
else:
|
|
|
83 |
|
84 |
try:
|
85 |
flag(Method,text_output,img)
|
86 |
+
except Exception e:
|
87 |
print(e)
|
88 |
return text_output
|
89 |
else:
|