Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ import torch.nn as nn
|
|
16 |
import torch.optim as optim
|
17 |
import tflearn
|
18 |
import tensorflow as tf
|
|
|
19 |
|
20 |
# Ensure necessary NLTK resources are downloaded
|
21 |
nltk.download('punkt')
|
|
|
16 |
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')
|