Spaces:
Runtime error
Runtime error
title: Example Applications | |
emoji: π | |
colorFrom: red | |
colorTo: indigo | |
sdk: gradio | |
sdk_version: 3.0.11 | |
app_file: app.py | |
pinned: false | |
license: apache-2.0 | |
# HuSpaCy Examples | |
This repository presents some practical examples on using HuSpaCy for various text mining applications. | |
## Development | |
To start the demo: `poetry run python app.py` | |
If you upgrade dependencies via poetry don't forget to update `requirements.txt` with ` poetry export --without-hashes > requirements.txt` |