Spaces:
Runtime error
Runtime error
Commit
·
3ffa921
1
Parent(s):
3c2970c
Update app.py
Browse files
app.py
CHANGED
@@ -646,16 +646,16 @@ if __name__ == "__main__":
|
|
646 |
)
|
647 |
with gr.Column():
|
648 |
gr.Markdown("## About")
|
649 |
-
gr.Markdown(
|
650 |
-
|
651 |
-
)
|
652 |
-
gr.Markdown(
|
653 |
-
|
654 |
-
)
|
655 |
-
gr.Markdown(
|
656 |
-
|
657 |
-
)
|
658 |
-
gr.Markdown("---")
|
659 |
|
660 |
load_examples_button.click(
|
661 |
fn=load_single_example_text, inputs=[example_name], outputs=[input_text]
|
|
|
646 |
)
|
647 |
with gr.Column():
|
648 |
gr.Markdown("## About")
|
649 |
+
# gr.Markdown(
|
650 |
+
# "- Models are fine-tuned on the [🅱️ookSum dataset](https://arxiv.org/abs/2105.08209). The goal was to create a model that generalizes well and is useful for summarizing text in academic and everyday use."
|
651 |
+
# )
|
652 |
+
# gr.Markdown(
|
653 |
+
# "- _Update April 2023:_ Additional models fine-tuned on the [PLOS](https://hf.co/datasets/pszemraj/scientific_lay_summarisation-plos-norm) and [ELIFE](https://hf.co/datasets/pszemraj/scientific_lay_summarisation-elife-norm) subsets of the [scientific lay summaries](https://arxiv.org/abs/2210.09932) dataset are available (see dropdown at the top)."
|
654 |
+
# )
|
655 |
+
# gr.Markdown(
|
656 |
+
# "Adjust the max input words & max PDF pages for OCR by duplicating this space and [setting the environment variables](https://hf.co/docs/hub/spaces-overview#managing-secrets) `APP_MAX_WORDS` and `APP_OCR_MAX_PAGES` to the desired integer values."
|
657 |
+
# )
|
658 |
+
# gr.Markdown("---")
|
659 |
|
660 |
load_examples_button.click(
|
661 |
fn=load_single_example_text, inputs=[example_name], outputs=[input_text]
|