demo / README.md
oroszgy's picture
feat: restricting the demo to the `trf` model only
6504c92
|
raw
history blame
580 Bytes
metadata
title: HuSpaCy Demo
emoji: πŸš€
colorFrom: indigo
colorTo: gray
sdk: streamlit
sdk_version: 1.10.0
app_file: app.py
pinned: true

πŸš€ HuSpaCy Demo

This repository contains an app demonstrating the capabilities of HuSpaCy. The demo is available at Hugging Face Spaces

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