dindizz commited on
Commit
bcbff1b
·
verified ·
1 Parent(s): a0df58a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
53
  inputs=gr.Textbox(lines=2, placeholder="Enter URL here..."),
54
  outputs="text",
55
  title="News Article Summarizer",
56
- description="Enter a News Site URL to generate a 60-word summary."
57
  )
58
 
59
  # Launch the interface
 
53
  inputs=gr.Textbox(lines=2, placeholder="Enter URL here..."),
54
  outputs="text",
55
  title="News Article Summarizer",
56
+ description="Enter a News Site URL to generate a 100-word summary."
57
  )
58
 
59
  # Launch the interface