Update app.py
Browse files
app.py
CHANGED
@@ -160,11 +160,11 @@ if __name__ == "__main__":
|
|
160 |
|
161 |
gr.Markdown("# Automatic summarization of biomedical research papers with neural abstractive methods into a long and comprehensive synopsis or extreme TLDR summary version")
|
162 |
gr.Markdown(
|
163 |
-
"A rather simple demo (developed for my Master Thesis project) using an ad-hoc fine-tuned LongT5 or LED model to summarize long biomedical articles (or any scientific text related to the biomedical domain) into a detailed, explanatory synopsis or extreme TLDR
|
164 |
)
|
165 |
with gr.Column():
|
166 |
|
167 |
-
gr.Markdown("### Load Text Inputs
|
168 |
gr.Markdown(
|
169 |
"Enter text below in the text area. The text will be summarized [using the selected text generation parameters](https://huggingface.co/blog/how-to-generate). Optionally load an available example below or upload a file."
|
170 |
)
|
|
|
160 |
|
161 |
gr.Markdown("# Automatic summarization of biomedical research papers with neural abstractive methods into a long and comprehensive synopsis or extreme TLDR summary version")
|
162 |
gr.Markdown(
|
163 |
+
"A rather simple demo (developed for my Master Thesis project) using an ad-hoc fine-tuned LongT5 or LED model to summarize long biomedical articles (or any scientific text related to the biomedical domain) into a detailed, explanatory synopsis or extreme TLDR summary."
|
164 |
)
|
165 |
with gr.Column():
|
166 |
|
167 |
+
gr.Markdown("### Load Text Inputs, Select Model & Summary Type")
|
168 |
gr.Markdown(
|
169 |
"Enter text below in the text area. The text will be summarized [using the selected text generation parameters](https://huggingface.co/blog/how-to-generate). Optionally load an available example below or upload a file."
|
170 |
)
|