Spaces:
Running
Running
File size: 322 Bytes
7923b76 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[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"
|