Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,6 @@ summarized_text = summarizer(text,summary_model,summary_tokenizer)
|
|
80 |
|
81 |
total = 10
|
82 |
|
83 |
-
"""# **Answer Span Extraction (Keywords and Noun Phrases)**"""
|
84 |
|
85 |
|
86 |
from nltk.corpus import stopwords
|
|
|
80 |
|
81 |
total = 10
|
82 |
|
|
|
83 |
|
84 |
|
85 |
from nltk.corpus import stopwords
|