Spaces:
Running
Running
Update app.py
Browse files
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
|
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."
|