Spaces:
Sleeping
Sleeping
Yaz Hobooti
commited on
Commit
·
46bd130
1
Parent(s):
36496e9
Fix indentation error in spellchecker import block
Browse files
app.py
CHANGED
|
@@ -41,8 +41,8 @@ except Exception:
|
|
| 41 |
from pyspellchecker import SpellChecker
|
| 42 |
HAS_SPELLCHECK = True
|
| 43 |
except Exception:
|
| 44 |
-
|
| 45 |
-
|
| 46 |
|
| 47 |
try:
|
| 48 |
import regex as re
|
|
|
|
| 41 |
from pyspellchecker import SpellChecker
|
| 42 |
HAS_SPELLCHECK = True
|
| 43 |
except Exception:
|
| 44 |
+
SpellChecker = None
|
| 45 |
+
HAS_SPELLCHECK = False
|
| 46 |
|
| 47 |
try:
|
| 48 |
import regex as re
|