jarif commited on
Commit
dda1a7e
1 Parent(s): 98b36ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ iface = gr.Interface(
31
  fn=summarize,
32
  inputs="text",
33
  outputs="text",
34
- title="Article Summarizer (Part 3)",
35
  description="Enter an article and get a summary.",
36
  examples=[["This is an example article..."]]
37
  )
 
31
  fn=summarize,
32
  inputs="text",
33
  outputs="text",
34
+ title="Article Summarizer",
35
  description="Enter an article and get a summary.",
36
  examples=[["This is an example article..."]]
37
  )