Commit History

Switch image gen to ERNIE-Image (API-backed, no GPU quota)\n\nERNIE-Image runs on cpu-basic (calls Baidu's API) so it has zero\nZeroGPU cost. This saves all GPU quota for the TRELLIS.2 3D step.\nAlso adds a dropdown to choose between ERNIE (free) and FLUX (uses quota)."
8c4e1c9
verified

Crealink commited on

Fix: remove explicit token= arg — gradio_client auto-reads HF_TOKEN from env\n\nThe Gradio SDK bundled with the Space has an older gradio_client that\nuses hf_token= not token=. Simplest fix: pass no arg at all, since\ngradio_client auto-detects HF_TOKEN from the environment."
4fa99eb
verified

Crealink commited on

Add gradio_client to requirements"
16a4f6f
verified

Crealink commited on

Fix chain demo: use gradio_client for reliable file transfer between Spaces\n\nThe raw REST API fails for TRELLIS.2 because it needs files uploaded to its\nserver first — passing URLs from another Space doesn't work. gradio_client\nhandles this transparently (downloads + re-uploads).\n\nAlso added gradio_client to requirements.txt."
e3229e2
verified

Crealink commited on

Update in-app text with browser-friendly how-to guide in each tab
7c2a7eb
verified

Crealink commited on

Extend README with clear browser walkthrough manual
f02188b
verified

Crealink commited on

Add main app with Explorer, Chain demo, and curl Reference tabs
c9db400
verified

Crealink commited on

Add requirements.txt
ade848b
verified

Crealink commited on

Initial setup: README with metadata
8d16669
verified

Crealink commited on

initial commit
f94dce8
verified

Crealink commited on