Spaces:
Runtime error
Runtime error
| [tool.poetry] | |
| name = "my-clip-model-test" | |
| version = "0.3.1" | |
| description = "" | |
| authors = ["Bingsu <ks2515@naver.com>"] | |
| license = "MIT" | |
| [tool.poetry.dependencies] | |
| python = "^3.9" | |
| torch = "==1.12.1" | |
| transformers = "*" | |
| streamlit = "*" | |
| pandas = "*" | |
| sentence-transformers = "*" | |
| [tool.poetry.dev-dependencies] | |
| black = "*" | |
| isort = "*" | |
| mypy = "*" | |
| flake8 = "*" | |
| flake8-bugbear = "*" | |
| pre-commit = "*" | |
| [build-system] | |
| requires = ["poetry-core>=1.0.0"] | |
| build-backend = "poetry.core.masonry.api" | |
| [tool.isort] | |
| profile="black" | |