Nottybro commited on
Commit
5b15a1e
·
verified ·
1 Parent(s): 9ca741d

deploy: README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -1,10 +1,23 @@
1
  ---
2
- title: Trellis Worker
3
- emoji: 📊
4
- colorFrom: gray
5
- colorTo: red
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: TRELLIS Worker
3
+ emoji: 🧊
4
+ colorFrom: blue
5
+ colorTo: indigo
6
  sdk: docker
7
  pinned: false
8
  ---
9
 
10
+ # TRELLIS Worker Space
11
+
12
+ FastAPI gateway that accepts images, triggers a Kaggle GPU notebook to run
13
+ [TRELLIS](https://huggingface.co/spaces/trellis-community/TRELLIS), and
14
+ returns a `.glb` 3D mesh.
15
+
16
+ ## Endpoints
17
+
18
+ | Method | Path | Description |
19
+ |--------|------|-------------|
20
+ | GET | `/` | Job monitor page |
21
+ | POST | `/generate` | Submit image → returns `job_id` |
22
+ | GET | `/status/{job_id}` | Poll: queued / running / done / error |
23
+ | GET | `/download/{job_id}` | Download the finished `mesh.glb` |