Spaces:
Runtime error
Runtime error
| [tool.poetry] | |
| name = "auto-retrain-argilla" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["david <[email protected]>"] | |
| readme = "README.md" | |
| packages = [{include = "auto_retrain_argilla"}] | |
| [tool.poetry.dependencies] | |
| python = "^3.10" | |
| fastapi = "^0.92.0" | |
| huggingface-hub = "^0.12.1" | |
| requests = "^2.28.2" | |
| uvicorn = {version = ">=0.17.0,<0.18.0", extras = ["standard"]} | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |