Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,8 @@ from tensorflow import keras
|
|
15 |
|
16 |
from youtube_comment_downloader import *
|
17 |
|
|
|
|
|
18 |
# get YouTube ID
|
19 |
def getID(url):
|
20 |
print("Getting YouTube ID...")
|
|
|
15 |
|
16 |
from youtube_comment_downloader import *
|
17 |
|
18 |
+
nltk.download('punkt')
|
19 |
+
|
20 |
# get YouTube ID
|
21 |
def getID(url):
|
22 |
print("Getting YouTube ID...")
|