Spaces:
Sleeping
Sleeping
[tool.poetry] | |
name = "troublinggan" | |
version = "0.1.0" | |
description = "" | |
authors = [] | |
readme = "README.md" | |
[tool.poetry.dependencies] | |
python = ">=3.8,<3.12" | |
gradio = "^3.32.0" | |
torch = "^2.0.1" | |
numpy = "^1.24.3" | |
pillow = "^9.5.0" | |
scipy = "^1.10.1" | |
[tool.poetry.group.dev.dependencies] | |
black = "^23.3.0" | |
isort = "^5.12.0" | |
[build-system] | |
requires = ["poetry-core"] | |
build-backend = "poetry.core.masonry.api" | |