Spaces:
Running
Running
| [project] | |
| name = "brickgpt-demo" | |
| version = "0.1.0" | |
| description = "BrickGPT demo webapp" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "bpy<=4.3.0", # lower version of bpy needed to run on Hugging Face A100 | |
| "gradio", | |
| "brickgpt", | |
| "torch==2.5.1", # specific version for Hugging Face ZeroGPU | |
| "spaces>=0.37.0", | |
| ] | |
| [tool.uv.sources] | |
| brickgpt = { git = "https://github.com/AvaLovelace1/BrickGPT.git" } | |