DreamStream-1 commited on
Commit
881aad3
·
verified ·
1 Parent(s): 936af04

Update app.py

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