Spaces:
Running
Running
feat: fix the server err
Browse files
features/text_classifier/controller.py
CHANGED
@@ -9,6 +9,7 @@ from nltk.tokenize import sent_tokenize
|
|
9 |
|
10 |
from .inferencer import classify_text
|
11 |
from .preprocess import parse_docx, parse_pdf, parse_txt
|
|
|
12 |
|
13 |
security = HTTPBearer()
|
14 |
|
|
|
9 |
|
10 |
from .inferencer import classify_text
|
11 |
from .preprocess import parse_docx, parse_pdf, parse_txt
|
12 |
+
from nltk.tokenize import sent_tokenize
|
13 |
|
14 |
security = HTTPBearer()
|
15 |
|