nikhedward commited on
Commit
ea2a7e3
1 Parent(s): 5093827

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. 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
 
 
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 inference 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