jaredjoss commited on
Commit
f57b62a
·
1 Parent(s): d9bdd21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ from tensorflow import keras
16
  from youtube_comment_downloader import *
17
 
18
  nltk.download('punkt')
 
19
 
20
  # get YouTube ID
21
  def getID(url):
 
16
  from youtube_comment_downloader import *
17
 
18
  nltk.download('punkt')
19
+ nltk.download('wordnet')
20
 
21
  # get YouTube ID
22
  def getID(url):