Spaces:
Sleeping
Sleeping
nikhedward
commited on
Commit
•
10aebce
1
Parent(s):
bcac795
seaform theme
Browse files
app.py
CHANGED
@@ -9,6 +9,6 @@ desc = "Take any text and create summaries out of it!. Note: Shorter articles g
|
|
9 |
|
10 |
|
11 |
|
12 |
-
interface = gr.Interface.load("huggingface/nikhedward/bart-large-cnn-finetuned-multi-news", title = title, description = desc, theme = "
|
13 |
|
14 |
interface.launch()
|
|
|
9 |
|
10 |
|
11 |
|
12 |
+
interface = gr.Interface.load("huggingface/nikhedward/bart-large-cnn-finetuned-multi-news", title = title, description = desc, theme = "seafoam", examples = [[text_]])
|
13 |
|
14 |
interface.launch()
|