Manikanta3776 commited on
Commit
17379ef
·
verified ·
1 Parent(s): 6775ea8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ import nltk
5
 
6
  # Download the necessary NLTK data files
7
  nltk.download('punkt')
 
8
 
9
  def summarize(url):
10
  article = Article(url)
 
5
 
6
  # Download the necessary NLTK data files
7
  nltk.download('punkt')
8
+ nltk.download('punkt_tab')
9
 
10
  def summarize(url):
11
  article = Article(url)