Spaces:
Sleeping
Sleeping
[tool.poetry] | |
name = "shad-mlops-transformers" | |
version = "1.0.0" | |
description = "My first mlops project with transformers on huggingface" | |
authors = ["alekseik1 <[email protected]>"] | |
license = "MIT" | |
readme = "README.md" | |
packages = [{include = "shad_mlops_transformers"}] | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
streamlit = "^1.21.0" | |
uvicorn = "^0.21.1" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |