Spaces:
Running on Zero
Running on Zero
| # Core — Gradio for ZeroGPU Spaces | |
| gradio>=5.0 | |
| torch>=2.0 | |
| torchvision | |
| numpy | |
| # HuggingFace | |
| huggingface_hub>=0.25.0 | |
| transformers>=4.40.0 | |
| spaces | |
| safetensors | |
| accelerate | |
| # TripoSG dependencies (from official VAST-AI/TripoSG Space) | |
| diffusers | |
| einops | |
| omegaconf | |
| jaxtyping | |
| typeguard | |
| scipy | |
| scikit-image | |
| opencv-python | |
| # 3D Mesh Processing | |
| trimesh[easy] | |
| networkx | |
| # Utilities | |
| pyyaml | |
| tqdm | |
| Pillow | |
| # Background removal model deps | |
| timm | |
| # Pin pydantic to avoid schema bug with gradio_client | |
| # (additionalProperties: true triggers TypeError in json_schema_to_python_type) | |
| pydantic<2.11.0 | |
| # TripoSG custom wheel for marching cubes | |
| https://huggingface.co/spaces/VAST-AI/TripoSG/resolve/main/diso-0.1.4-cp310-cp310-linux_x86_64.whl?download=true | |
| rembg | |
| onnxruntime | |