aliasgerovs commited on
Commit
1e1cfc2
1 Parent(s): 138131d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -30,6 +30,8 @@ analyze_and_highlight_quillbot = partial(
30
  segmented_higlighter, model_type="quillbot"
31
  )
32
 
 
 
33
 
34
 
35
  def save_request(email, video_url):
 
30
  segmented_higlighter, model_type="quillbot"
31
  )
32
 
33
+ import nltk
34
+ nltk.download('punkt_tab')
35
 
36
 
37
  def save_request(email, video_url):