Spaces:
Runtime error
Runtime error
File size: 551 Bytes
f214d73 286f581 f214d73 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
[tool.poetry]
name = "application-examples"
version = "0.1.0"
description = "HuSpaCy Application Examples"
authors = ["Gyorgy Orosz <gyorgy@orosz.link>"]
license = "Apache 2.0"
[tool.poetry.dependencies]
python = "~3.8"
textacy = "^0.12.0"
hu-core-news-lg = {url = "https://huggingface.co/huspacy/hu_core_news_lg/resolve/v3.3.0/hu_core_news_lg-any-py3-none-any.whl"}
scipy = "~1.8.0"
newspaper3k = "^0.2.8"
gradio = "^3.0.11"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
|