jaredjoss commited on
Commit
8760796
1 Parent(s): 08f59a2

Update app.py

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