Spaces:
Running
Running
metadata
title: TRELLIS Worker
emoji: 🧊
colorFrom: blue
colorTo: indigo
sdk: docker
pinned: false
TRELLIS Worker Space
FastAPI gateway that accepts images, triggers a Kaggle GPU notebook to run
TRELLIS, and
returns a .glb 3D mesh.
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | / |
Job monitor page |
| POST | /generate |
Submit image → returns job_id |
| GET | /status/{job_id} |
Poll: queued / running / done / error |
| GET | /download/{job_id} |
Download the finished mesh.glb |