vocal-mirror / build-errors /build_errors.md

Commit History

docs: log iterations 14-16 (full backend migration, middleware fix)
71b7030

rubentuesday commited on

fix: replace dict State with flat primitive States to fix Gradio API schema TypeError
e75cf4f

rubentuesday commited on

fix: remove np.ndarray type hints causing Gradio API schema 500 crash; store ref as list in State
b1bd3b9

rubentuesday commited on

feat: benchmark simulates frontend enrollment — mic input + cloned voice output
2f166af

rubentuesday commited on

fix: pin torchaudio==2.5.1 + /health_hf via middleware + handoff docs (Iteration 9-10)
990b408

rubentuesday commited on

docs: mark iteration 9 as PASS in build error log
4f4369e

rubentuesday commited on

fix: add /health_hf via Starlette middleware patched into create_app
262f512

rubentuesday commited on

fix: use demo.server.config.app to access Gradio FastAPI app
5ef8031

rubentuesday commited on

fix: use prevent_thread_lock=True to get demo.server.app for /health_hf
4ff65b8

rubentuesday commited on

fix: inject /health_hf via daemon thread polling demo.server
554ad7f

rubentuesday commited on

fix: inject /health_hf via gradio.routes.App.create_app patch
fe78cbe

rubentuesday commited on

fix: add uvicorn.run() to block process after gr.mount_gradio_app()
1586f03

rubentuesday commited on

feat: add /health_hf endpoint via gr.mount_gradio_app + FastAPI
082eeec

rubentuesday commited on

fix: revert gradio to 5.x — 4.44.1 has Jinja unhashable dict + share=True errors
54ae6b2

rubentuesday commited on

fix: remove torch CUDA pin conflicting with ZeroGPU, pin gradio==4.44.1
4220abe

rubentuesday commited on