Spaces:
Runtime error
Runtime error
| [project] | |
| name = "forge-texture" | |
| version = "0.1.0" | |
| description = "Forge-Texture: Text/image → high quality PBR texture maps for game assets" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "gradio>=5.0,<7.0", | |
| "spaces", | |
| "pillow", | |
| "gradio-client", | |
| "huggingface_hub", | |
| "forge-bricks-common", | |
| ] | |
| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [tool.uv.sources] | |
| forge-bricks-common = { workspace = true } |