Commit
·
504dd89
1
Parent(s):
a33d7ac
Update app.py
Browse files
app.py
CHANGED
@@ -56,11 +56,11 @@ if form_button:
|
|
56 |
else:
|
57 |
model = load_w2v('models/stihi_ru_word2vec.bin')
|
58 |
|
59 |
-
try:
|
60 |
-
|
61 |
-
except KeyError:
|
62 |
-
|
63 |
-
|
64 |
|
65 |
try:
|
66 |
restrict_vocab = int(restrict_vocab.strip())
|
|
|
56 |
else:
|
57 |
model = load_w2v('models/stihi_ru_word2vec.bin')
|
58 |
|
59 |
+
# try:
|
60 |
+
# model['_'.join((target_word, target_word_pos))]
|
61 |
+
# except KeyError:
|
62 |
+
# st.error("The word you entered is not present in the model")
|
63 |
+
# st.stop()
|
64 |
|
65 |
try:
|
66 |
restrict_vocab = int(restrict_vocab.strip())
|