File size: 407 Bytes
2a0517c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[tool.poetry]
name = "arvo-inpainting"
version = "0.0.1"
description = "The inpaiting module for ARvo product photography pipeline"
authors = ["Swoyam-ARvo <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
diffusers = "0.30.2"
torch = "^2.6.0"
gradio = "^5.17.1"
transformers = "^4.49.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
|