mfahadkhan commited on
Commit
751287e
·
verified ·
1 Parent(s): 8bfeedd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ interface = gr.Interface(
13
  fn=summarize,
14
  inputs="text",
15
  outputs="text",
16
- title="Text Summarization",
17
- description="Enter text to get a summary."
18
  )
19
 
20
  # Launch the interface
 
13
  fn=summarize,
14
  inputs="text",
15
  outputs="text",
16
+ title="Summarize Lengthy Texts - M Fahad Bashir ",
17
+ description="Enter text to t a summary."
18
  )
19
 
20
  # Launch the interface