Spaces:
Runtime error
Runtime error
rajesh1729
commited on
Commit
•
362a932
1
Parent(s):
e077c15
Update app.py
Browse files
app.py
CHANGED
@@ -31,6 +31,6 @@ iface = Series(extractor, summarizer,
|
|
31 |
title = 'Instant short News app with Gradio',
|
32 |
theme = 'peach',
|
33 |
layout = 'horizontal',
|
34 |
-
description = 'It fetches
|
35 |
|
36 |
iface.launch(debug=True)
|
|
|
31 |
title = 'Instant short News app with Gradio',
|
32 |
theme = 'peach',
|
33 |
layout = 'horizontal',
|
34 |
+
description = 'It fetches a news article based on a given topic and displays a summary of that article')
|
35 |
|
36 |
iface.launch(debug=True)
|