Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,6 +17,7 @@ import torch.optim as optim
|
|
17 |
import tflearn
|
18 |
import tensorflow as tf
|
19 |
import json
|
|
|
20 |
|
21 |
# Ensure necessary NLTK resources are downloaded
|
22 |
nltk.download('punkt')
|
|
|
17 |
import tflearn
|
18 |
import tensorflow as tf
|
19 |
import json
|
20 |
+
import pickle
|
21 |
|
22 |
# Ensure necessary NLTK resources are downloaded
|
23 |
nltk.download('punkt')
|