Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def main():
|
|
27 |
# Left column: Radio buttons for summarizer choice
|
28 |
with col1:
|
29 |
radio_options = ['Abstractive (Fine-tuned BART)', "Abstractive (BART-large-CNN)", 'Extractive (TextRank)',
|
30 |
-
"Extractive (Latent Semantic Analysis)", '
|
31 |
|
32 |
help_text = "Abstractive: Abstractive summarization generates a summary that may contain words not present in the original text. " \
|
33 |
"It uses a fine-tuned model on BART-large-CNN.<br>" \
|
|
|
27 |
# Left column: Radio buttons for summarizer choice
|
28 |
with col1:
|
29 |
radio_options = ['Abstractive (Fine-tuned BART)', "Abstractive (BART-large-CNN)", 'Extractive (TextRank)',
|
30 |
+
"Extractive (Latent Semantic Analysis)", 'Keyphrase Extraction (RAKE)', 'Keyword Extraction (RAKE)']
|
31 |
|
32 |
help_text = "Abstractive: Abstractive summarization generates a summary that may contain words not present in the original text. " \
|
33 |
"It uses a fine-tuned model on BART-large-CNN.<br>" \
|