voice-rag / app.py

Commit History

fix(deploy): force SentenceTransformer to CPU mode for ZeroGPU compatibility
50b6e87
Running

MrNK2107 commited on

fix(deploy): import torch and disable CUDA before importing spaces
0af3c62

MrNK2107 commited on

fix(deploy): also patch _cuda_init during harness init, not just import
3c12b0e

MrNK2107 commited on

fix(deploy): temporarily patch _cuda_init during torch import to bypass ZeroGPU emulation
ccde201

MrNK2107 commited on

fix(deploy): disable CUDA before torch import to fix ZeroGPU emulation conflict
5cc22ad

MrNK2107 commited on

fix(deploy): run init at module level - gradio.Server ignores on_event startup
fb49cff

MrNK2107 commited on

feat(deploy): add /status endpoint for remote diagnostics
ea39004

MrNK2107 commited on

fix(deploy): non-blocking index build so app starts immediately
da5769e

MrNK2107 commited on

fix(deploy): improve startup diagnostics and index build detection
19610c6

MrNK2107 commited on

fix(deploy): add detailed startup logging and subprocess error capture
addff9b

MrNK2107 commited on

fix(deploy): build index in startup event since HF Spaces ignores CMD
dca5007

MrNK2107 commited on

fix(deploy): add @spaces.GPU placeholder for ZeroGPU compatibility
dd1ae0b

MrNK2107 commited on

fix(deploy): use gradio.Server() without args - it IS the FastAPI app
c0c4b55

MrNK2107 commited on

feat(deploy): add Hugging Face Spaces support via Gradio SDK
ed7692f

MrNK2107 commited on