Spaces:
Sleeping
Sleeping
Yaz Hobooti
commited on
Commit
·
9c0188f
1
Parent(s):
46bd130
Fix indentation error in spellchecker import at line 642
Browse files
app.py
CHANGED
|
@@ -639,7 +639,7 @@ import unicodedata
|
|
| 639 |
import regex as re
|
| 640 |
import pytesseract
|
| 641 |
try:
|
| 642 |
-
from spellchecker import SpellChecker
|
| 643 |
except ImportError:
|
| 644 |
try:
|
| 645 |
from pyspellchecker import SpellChecker
|
|
|
|
| 639 |
import regex as re
|
| 640 |
import pytesseract
|
| 641 |
try:
|
| 642 |
+
from spellchecker import SpellChecker
|
| 643 |
except ImportError:
|
| 644 |
try:
|
| 645 |
from pyspellchecker import SpellChecker
|