Agri-AI / app.py

Commit History

fix(hf): switch to sdk:docker — bypasses Gradio startup event conflicts, runs uvicorn directly
f614548

Akash-Dragon commited on

fix(hf): mount Gradio at root path so HF /startup-events health check passes
1cd3650

Akash-Dragon commited on

fix(hf): add uvicorn.run() to block process and keep HF Space container alive
c7a8c05

Akash-Dragon commited on

fix(hf): remove demo.launch() and export app for HF uvicorn auto-detection, fix unhashable dict crash
a1e1367

Akash-Dragon commited on

fix(hf): call demo.launch() to keep HF Space container alive with FastAPI routes mounted
1cf5d9b

Akash-Dragon commited on

fix(hf): use gr.mount_gradio_app to pass HF supervisor health check and maintain persistent container loop
b726100

Akash-Dragon commited on

fix(hf): use persistent asyncio uvicorn server runner in app.py
5a46db8

Akash-Dragon commited on

fix(hf): remove gradio import and pin huggingface-hub<0.24.0 to resolve HfFolder ImportError
716837f

Akash-Dragon commited on

feat(hf): serve custom React frontend on root and FastAPI API on /api/v1 (hide Gradio UI)
c3ae249

Akash-Dragon commited on

fix(hf): use app:app string import in uvicorn.run for persistent HF server loop
74f7aed

Akash-Dragon commited on

feat(hf): unify React Frontend and FastAPI AI Backend in app.py for single HF Space deployment
44a44f0

Akash-Dragon commited on

feat(hf): add app.py Gradio entrypoint and requirements.txt for Hugging Face Spaces backend deployment
1c2cd83

Akash-Dragon commited on