fix(auth): fetch and attach profile role to authenticated user context to allow global record queries for staff 969e8e6 Running Pant0x commited on 23 days ago
feat(auth): auto-elevate new and logging in users to admin, refresh sidebar immediately after scan, and disable clicking on automatic gate button fd57549 Pant0x commited on 23 days ago
feat(deploy): replace branch dropdown with entry/exit camera selector and support camera routing 8d9bb5a Pant0x commited on 23 days ago
fix(deploy): prevent undetected plates from matching on the same N/A sessions bde789b Pant0x commited on 23 days ago
feat(deploy): implement fully automated entry/exit plate scanning, auto gate opening, gate locations rename and sidebar cards layout cleanup 4364e60 Pant0x commited on 23 days ago
fix(deploy): wrap hf_backend startup gpu_warmup in try-except block to handle transient HF GPU hardware ECC errors c381a99 Pant0x commited on 23 days ago
fix(predict): import SUPABASE_URL in app/api/predict.py to resolve NameError during supabase logs persistence 74ba7e9 Pant0x commited on 23 days ago
fix(deploy): monkey-patch gradio_client schema parsing bug where boolean additionalProperties throws TypeError 5868c4a Pant0x commited on 23 days ago
fix(deploy): run gpu_warmup() at the top-level during container startup to satisfy ZeroGPU check ab4a075 Pant0x commited on 24 days ago
fix(deploy): add torch dependency and PyTorch CUDA tensor allocation inside @spaces.GPU to satisfy ZeroGPU PyTorch runtime checks f8179a8 Pant0x commited on 24 days ago
fix(deploy): register @spaces.GPU function on blocks.load to pass ZeroGPU event graph inspection d0a71c1 Pant0x commited on 24 days ago
fix(deploy): declare @spaces.GPU function at the top level to pass Hugging Face ZeroGPU AST check c896909 Pant0x commited on 24 days ago
fix(deploy): add dummy @spaces.GPU function to pass Hugging Face ZeroGPU startup check 4286fba Pant0x commited on 24 days ago
fix(deploy): run uvicorn directly in _launch_with_app to bypass Gradio 5.x launch() app argument deprecation b1e4e62 Pant0x commited on 24 days ago
fix(deploy): upgrade gradio sdk_version to 5.16.0 to resolve Hugging Face security warnings b69c4fd Pant0x commited on 24 days ago
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 24 days ago
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 24 days ago
fix(deploy): resolve git merge conflicts in hf_space app.py and clean up corrupted conflict markers in Supabase SQL migration files 9366d3d Pant0x commited on 24 days ago
fix: inject combined FastAPI app via launch(app=combined) instead of separate uvicorn.run, fix Gradio 6 title/theme warnings 6c546fd Pant0x commited on 24 days ago
fix: run uvicorn at module level in hf_backend/app.py instead of monkey-patching blocks.launch a53a2ed Pant0x commited on 24 days ago