Spaces:
Running on Zero
Running on Zero
| # Core — use latest gradio for ZeroGPU Spaces compatibility | |
| gradio>=5.0 | |
| torch>=2.0 | |
| torchvision | |
| numpy | |
| Pillow | |
| # HuggingFace | |
| huggingface_hub>=0.25.0 | |
| transformers>=4.40.0 | |
| spaces | |
| safetensors | |
| accelerate | |
| # 3D Mesh Processing | |
| trimesh[easy] | |
| scipy | |
| networkx | |
| # Utilities | |
| pyyaml | |
| tqdm | |
| einops | |
| # 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 | |