Spaces:
Runtime error
Runtime error
Commit
·
c142043
1
Parent(s):
04e2040
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ summarizer = gr.Interface.load("huggingface/facebook/bart-large-cnn")
|
|
26 |
iface = Series(extractor, summarizer,
|
27 |
inputs = gr.inputs.Textbox(
|
28 |
lines = 2,
|
29 |
-
label = '
|
30 |
),
|
31 |
outputs = 'text',
|
32 |
title = 'Real time short News app',
|
|
|
26 |
iface = Series(extractor, summarizer,
|
27 |
inputs = gr.inputs.Textbox(
|
28 |
lines = 2,
|
29 |
+
label = 'Type in a topic or your favorite celebrity name to fetch news on that topic/celebrity name'
|
30 |
),
|
31 |
outputs = 'text',
|
32 |
title = 'Real time short News app',
|