Omnibus commited on
Commit
9bbc0a0
·
1 Parent(s): 841b400

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ def detect_lang_ocr(img,lang):
14
  tot_num = tot_num + bound[2]
15
  out = tot_num / tot_b
16
  except Exception as e:
 
17
  out = e
18
 
19
  return out
 
14
  tot_num = tot_num + bound[2]
15
  out = tot_num / tot_b
16
  except Exception as e:
17
+ print (f"Error: {e}")
18
  out = e
19
 
20
  return out