Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
20 |
-
description="
|
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)
|