Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,6 @@ import cv2
|
|
| 11 |
import json
|
| 12 |
from iftc.spelling_corrector import acronym_correction
|
| 13 |
|
| 14 |
-
spell = Speller(lang='vi')
|
| 15 |
from vietocr.vietocr.tool.predictor import Predictor
|
| 16 |
from vietocr.vietocr.tool.config import Cfg
|
| 17 |
|
|
|
|
| 11 |
import json
|
| 12 |
from iftc.spelling_corrector import acronym_correction
|
| 13 |
|
|
|
|
| 14 |
from vietocr.vietocr.tool.predictor import Predictor
|
| 15 |
from vietocr.vietocr.tool.config import Cfg
|
| 16 |
|