Blaise-g commited on
Commit
6ed21b3
Β·
1 Parent(s): a7b17b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 version."
164
  )
165
  with gr.Column():
166
 
167
- gr.Markdown("### Load Text Inputs & Select Model and 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
  )
 
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
  )