NielsV commited on
Commit
c3271f6
·
1 Parent(s): 4f160f1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ if __name__ == "__main__":
16
  fn=generate_tldr,
17
  inputs=gr.Textbox(lines=5, placeholder="...", label="Post to summarize..."),
18
  outputs=gr.Textbox(lines=2, label="Too long, didn't read:"),
19
- title="Too long, didn't read",
20
- description="A tldr-bot trained on reddit posts."
21
  )
22
 
23
  demo.launch(share=True)
 
16
  fn=generate_tldr,
17
  inputs=gr.Textbox(lines=5, placeholder="...", label="Post to summarize..."),
18
  outputs=gr.Textbox(lines=2, label="Too long, didn't read:"),
19
+ title="A tldr-bot trained on reddit posts.",
20
+ description="For more details check the following repository: https://github.com/VerleysenNiels/arxiv-summarizer"
21
  )
22
 
23
  demo.launch(share=True)