Spaces:
Sleeping
Sleeping
nishantguvvada
commited on
Commit
•
d7c1b19
1
Parent(s):
efb91fe
Update app.py
Browse files
app.py
CHANGED
@@ -65,7 +65,7 @@ def standardize(inputs):
|
|
65 |
)
|
66 |
|
67 |
# Choose the most frequent words from the vocabulary & remove punctuation etc.
|
68 |
-
file = open('./
|
69 |
tokenizer = pickle.load(file)
|
70 |
|
71 |
|
|
|
65 |
)
|
66 |
|
67 |
# Choose the most frequent words from the vocabulary & remove punctuation etc.
|
68 |
+
file = open('./tokenizer_vocab.txt', 'rb')
|
69 |
tokenizer = pickle.load(file)
|
70 |
|
71 |
|