pragnakalp
commited on
Commit
•
663b172
1
Parent(s):
c2c3db7
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 Exception e:
|
87 |
print(e)
|
88 |
return text_output
|
89 |
else:
|
|
|
83 |
|
84 |
try:
|
85 |
flag(Method,text_output,img)
|
86 |
+
except Exception as e:
|
87 |
print(e)
|
88 |
return text_output
|
89 |
else:
|