Spaces:
Running
Running
| [tool.poetry] | |
| name = "allflux" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["mantrakp <mantrakp@gmail.com>"] | |
| 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" | |