Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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):
|