Spaces:
Configuration error
Configuration error
File size: 371 Bytes
dcf52dc |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
[tool.poetry]
name = "masquerade"
version = "0.1.0"
description = ""
authors = ["David Lundgren <[email protected]>"]
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"
|