[tool.poetry] | |
name = "allflux" | |
version = "0.1.0" | |
description = "" | |
authors = ["mantrakp <[email protected]>"] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = "^3.10" | |
gradio = {extras = ["oauth"], version = "^5.9.1"} | |
spaces = "^0.31.1" | |
torch = "^2.5.1" | |
torchvision = "^0.20.1" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |