Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ from nltk.stem import LancasterStemmer
|
|
10 |
import numpy as np
|
11 |
import tensorflow as tf
|
12 |
from bs4 import BeautifulSoup
|
|
|
13 |
|
14 |
# Download necessary NLTK resources
|
15 |
nltk.download('punkt')
|
|
|
10 |
import numpy as np
|
11 |
import tensorflow as tf
|
12 |
from bs4 import BeautifulSoup
|
13 |
+
import tflearn
|
14 |
|
15 |
# Download necessary NLTK resources
|
16 |
nltk.download('punkt')
|