Spaces:
Running
on
A100
Running
on
A100
File size: 351 Bytes
6d7e55e 862a83f 6d7e55e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
[project]
name = "legogpt-demo"
version = "0.1.0"
description = "LegoGPT demo webapp"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"bpy<=4.3.0", # lower version of bpy needed to run on Hugging Face A100
"gradio>=5.29.0",
"legogpt",
]
[tool.uv.sources]
legogpt = { git = "https://github.com/AvaLovelace1/LegoGPT.git" }
|