Spaces:
Sleeping
Sleeping
Commit
·
39c1f3e
1
Parent(s):
3bbd0d0
desc change
Browse files
app.py
CHANGED
@@ -29,10 +29,12 @@ The ship was on early Wednesday ordered to return to the Kai Tak Cruise Terminal
|
|
29 |
sample_texts = [[text_], [text_1]]
|
30 |
|
31 |
desc = '''
|
32 |
-
This
|
|
|
|
|
|
|
33 |
'''
|
34 |
|
35 |
-
**Abstractive Summarization**: The abstractive approach involves rephrasing the complete document while capturing the complete meaning of the document. This type of summarization provides more human-like summary"""
|
36 |
|
37 |
interface = gr.Interface.load("huggingface/nikhedward/bart-large-cnn-finetuned-multi-news",
|
38 |
title = title,
|
|
|
29 |
sample_texts = [[text_], [text_1]]
|
30 |
|
31 |
desc = '''
|
32 |
+
This is an abstractive text summarizer app using fine-tuned bart-large-cnn model. Note: For faster summaries input smaller texts.\n Sample Text input is provided for you at the bottom!
|
33 |
+
|
34 |
+
|
35 |
+
Abstractive Summarization: The abstractive approach involves rephrasing the complete document while capturing the complete meaning of the document. This type of summarization provides more human-like summary
|
36 |
'''
|
37 |
|
|
|
38 |
|
39 |
interface = gr.Interface.load("huggingface/nikhedward/bart-large-cnn-finetuned-multi-news",
|
40 |
title = title,
|