Vihang28 commited on
Commit
f813cc6
·
1 Parent(s): 928ae64

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ def ocr_model(filepath: str, languages: List[str]=None):
13
  text1= result[i]
14
  state_txt += str(text1)
15
  print('i=',i)
16
- return result
17
 
18
  title = "US Vehicle Number Plate"
19
  description = "Gradio demo for PaddlePaddle. PaddleOCR is an open source text recognition (OCR) Engine."
 
13
  text1= result[i]
14
  state_txt += str(text1)
15
  print('i=',i)
16
+ return state_txt
17
 
18
  title = "US Vehicle Number Plate"
19
  description = "Gradio demo for PaddlePaddle. PaddleOCR is an open source text recognition (OCR) Engine."