Commit History

fix(deploy): wrap hf_backend startup gpu_warmup in try-except block to handle transient HF GPU hardware ECC errors
c381a99

Pant0x commited on

fix(deploy): run gpu_warmup() at the top-level during container startup to satisfy ZeroGPU check
ab4a075

Pant0x commited on

fix(deploy): add torch dependency and PyTorch CUDA tensor allocation inside @spaces.GPU to satisfy ZeroGPU PyTorch runtime checks
f8179a8

Pant0x commited on

fix(deploy): register @spaces.GPU function on blocks.load to pass ZeroGPU event graph inspection
d0a71c1

Pant0x commited on

fix(deploy): declare @spaces.GPU function at the top level to pass Hugging Face ZeroGPU AST check
c896909

Pant0x commited on

fix(deploy): add dummy @spaces.GPU function to pass Hugging Face ZeroGPU startup check
4286fba

Pant0x commited on

fix(deploy): run uvicorn directly in _launch_with_app to bypass Gradio 5.x launch() app argument deprecation
b1e4e62

Pant0x commited on

fix(deploy): pass title and theme to gr.Blocks constructor instead of blocks.launch to resolve TypeError in Gradio 4.x
1a41112

Pant0x commited on

fix(deploy): add demo.launch() to hf_backend/app.py so HuggingFace Space Gradio SDK doesn't exit immediately with code 0
3bc066c

Pant0x commited on

fix: inject combined FastAPI app via launch(app=combined) instead of separate uvicorn.run, fix Gradio 6 title/theme warnings
6c546fd

Pant0x commited on

fix: run uvicorn at module level in hf_backend/app.py instead of monkey-patching blocks.launch
a53a2ed

Pant0x commited on

Add HF Space Gradio SDK backend (free tier)
34a66f3

Pant0x commited on