abdulmatinomotoso commited on
Commit
371b735
1 Parent(s): cc6264b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ nlp = spacy.load("en_core_web_sm")
39
  #Defining a function to get the summary of the article
40
  def final_summary(file):
41
  #reading in the text and tokenizing it into sentence
42
- text = clean_text(file)
43
  bullet_points = 10
44
 
45
  while (bullet_points >= 10):
39
  #Defining a function to get the summary of the article
40
  def final_summary(file):
41
  #reading in the text and tokenizing it into sentence
42
+ text = file
43
  bullet_points = 10
44
 
45
  while (bullet_points >= 10):