Spaces:
Sleeping
Sleeping
nikhedward
commited on
Commit
•
0a35806
1
Parent(s):
04d3a82
Updated with disclaimer
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ sample_texts = [[text_1], [text_2], [text_3]]
|
|
25 |
|
26 |
desc = """
|
27 |
<p style='text-align: center; color: #FF7F50'>This is an abstractive text summarizer app using fine-tuned bart-large-cnn model. 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.
|
28 |
-
<p style='text-align: center; color: #FF7F50'> Note: For faster summaries input smaller texts
|
29 |
<p style='text-align: center; color: #FF7F50'>Sample text inputs are provided at the bottom!</p>
|
30 |
"""
|
31 |
|
|
|
25 |
|
26 |
desc = """
|
27 |
<p style='text-align: center; color: #FF7F50'>This is an abstractive text summarizer app using fine-tuned bart-large-cnn model. 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.
|
28 |
+
<p style='text-align: center; color: #FF7F50'> Note: For faster summaries input smaller texts. Current model supports context size of 1024 words, and anything longer is truncated</'p>
|
29 |
<p style='text-align: center; color: #FF7F50'>Sample text inputs are provided at the bottom!</p>
|
30 |
"""
|
31 |
|