Spaces:
Running
Running
[tool.poetry] | |
name = "arvo-inpainting" | |
version = "0.0.1" | |
description = "The inpaiting module for ARvo product photography pipeline" | |
authors = ["Swoyam-ARvo <me@swoyam.in>"] | |
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" | |