CoolFace
Apppublic

pszemraj/document-summarization

sourceHugging Faceapache-2.0updated 9mo agoView on Hugging Face
75likes
README.md34 linesDownload Raw Back to root
1---2title: Document Summarization3emoji: ๐ŸŒ–4colorFrom: gray5colorTo: indigo6sdk: gradio7sdk_version: 5.12.08app_file: app.py9pinned: true10license: apache-2.011short_description: text2text models for document summarization12---13 14Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference>15 16# README - Document Summarization17 18The original demo/what this repo was built for can be found [here](https://huggingface.co/spaces/pszemraj/document-summarization)19 20## Usage21 22If you are using this **not** as a gradio demo on hf spaces, you can run it locally with:23 24```bash25python app.py --share26```27 28To see all the available arguments, run `python app.py --help`.29 30## Installation31 32```bash33pip install -r requirements.txt34```