nikhedward commited on
Commit
39c1f3e
·
1 Parent(s): 3bbd0d0

desc change

Browse files
Files changed (1) hide show
  1. app.py +4 -2
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 app summarizes and text using fine-tuned bart-large-cnn model. \nNote: Shorter articles generate faster summaries.\n Sample Text input is provided!
 
 
 
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,