Spaces:
Configuration error
Configuration error
| [tool.poetry] | |
| name = "masquerade" | |
| version = "0.1.0" | |
| description = "" | |
| authors = ["David Lundgren <david.m.lundgren@gmail.com>"] | |
| readme = "README.md" | |
| [tool.poetry.dependencies] | |
| python = "^3.11" | |
| gradio = "^3.22.1" | |
| torch = "^2.0.0" | |
| [tool.poetry.group.dev.dependencies] | |
| black = "^23.1.0" | |
| [build-system] | |
| requires = ["poetry-core"] | |
| build-backend = "poetry.core.masonry.api" | |