rajesh1729 commited on
Commit
c142043
·
1 Parent(s): 04e2040

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 'Enter URL below'
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',