DreamStream-1 commited on
Commit
ed12172
·
verified ·
1 Parent(s): bdc8fc1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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')