Spaces:
Runtime error
Runtime error
File size: 345 Bytes
1a80035 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[tool.poetry]
name = "auto-multi-class"
version = "0.1.0"
description = ""
authors = ["ashrestha11 <shrestha.anurag7@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.9"
transformers = "^4.19.2"
streamlit = "^1.10.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
|