Spaces:
Sleeping
Sleeping
| [tool.poetry] | |
| name = "images" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["Philipp Zettl"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = ">=3.10,<4.0" | |
| streamlit = "^1.28.1" | |
| requests = "^2.31.0" | |
| huggingface-hub = "^0.17.0" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |