nikhedward commited on
Commit
94cf69b
·
1 Parent(s): 166a8ca

changed description

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,9 +9,9 @@ text_1 = "The tower is 324 metres (1,063 ft) tall, about the same height as an 8
9
 
10
  sample_texts = [[text_ ], [text_1 ]]
11
 
12
- desc = "Take any text and create summaries out of it!. Note: Shorter articles generate faster summaries. This summarizer is a fined-tuned version bart-large-cnn model by Facebook. Sample Text input is provided!"
13
-
14
 
 
15
 
16
  interface = gr.Interface.load("huggingface/nikhedward/bart-large-cnn-finetuned-multi-news",
17
  title = title,
 
9
 
10
  sample_texts = [[text_ ], [text_1 ]]
11
 
12
+ desc = "This app summarizes and text using fine-tuned bart-large-cnn model. \nNote: Shorter articles generate faster summaries.\n Sample Text input is provided!"
 
13
 
14
+
15
 
16
  interface = gr.Interface.load("huggingface/nikhedward/bart-large-cnn-finetuned-multi-news",
17
  title = title,