Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ model.eval()
|
|
22 |
|
23 |
# NLP tools
|
24 |
# stop_words = set(stopwords.words("english"))
|
25 |
-
lemmatizer = WordNetLemmatizer()
|
26 |
|
27 |
# MBTI Labels
|
28 |
MBTI_CLASSES = [
|
|
|
22 |
|
23 |
# NLP tools
|
24 |
# stop_words = set(stopwords.words("english"))
|
25 |
+
# lemmatizer = WordNetLemmatizer()
|
26 |
|
27 |
# MBTI Labels
|
28 |
MBTI_CLASSES = [
|