Spaces:
Build error
Build error
๐ basic usage details
Browse filesSigned-off-by: peter szemraj <peterszemraj@gmail.com>
README.md
CHANGED
|
@@ -10,4 +10,24 @@ pinned: true
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
license: apache-2.0
|
| 11 |
---
|
| 12 |
|
| 13 |
+
Check out the configuration reference at <https://huggingface.co/docs/hub/spaces-config-reference>
|
| 14 |
+
|
| 15 |
+
# README - Document Summarization
|
| 16 |
+
|
| 17 |
+
The original demo/what this repo was built for can be found [here](https://huggingface.co/spaces/pszemraj/document-summarization)
|
| 18 |
+
|
| 19 |
+
## Usage
|
| 20 |
+
|
| 21 |
+
If you are using this **not** as a gradio demo on hf spaces, you can run it locally with:
|
| 22 |
+
|
| 23 |
+
```bash
|
| 24 |
+
python app.py --share
|
| 25 |
+
```
|
| 26 |
+
|
| 27 |
+
To see all the available arguments, run `python app.py --help`.
|
| 28 |
+
|
| 29 |
+
## Installation
|
| 30 |
+
|
| 31 |
+
```bash
|
| 32 |
+
pip install -r requirements.txt
|
| 33 |
+
```
|