Spaces:
Sleeping
Sleeping
Commit
·
94cf69b
1
Parent(s):
166a8ca
changed description
Browse files
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 = "
|
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,
|