Spaces:
Running
Running
File size: 402 Bytes
bdbbae9 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
[project]
name = "text-to-mesh-preview"
version = "0.1.0"
description = "MeshGPT text-to-mesh preview application"
readme = "README.md"
requires-python = ">=3.9"
dependencies = [
"meshgpt-pytorch @ git+https://github.com/fire/meshgpt-pytorch",
"libigl",
"torchtyping",
"torch>=2.0.0",
"torchvision>=0.15.0",
"gradio",
"spaces",
"taylor-series-linear-attention==0.1.6"
]
|