Spaces:
Running
Running
File size: 690 Bytes
701f4ca 16de73c 701f4ca 1d73f50 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
title: Document Summarization
emoji: 🌖
colorFrom: gray
colorTo: indigo
sdk: gradio
sdk_version: 3.4
app_file: app.py
pinned: true
license: apache-2.0
---
Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference>
# README - Document Summarization
The original demo/what this repo was built for can be found [here](https://huggingface.co/spaces/pszemraj/document-summarization)
## Usage
If you are using this **not** as a gradio demo on hf spaces, you can run it locally with:
```bash
python app.py --share
```
To see all the available arguments, run `python app.py --help`.
## Installation
```bash
pip install -r requirements.txt
```
|