CoolFace
Apppublic

manish182/datasense-ai

sourceHugging Faceupdated 19d agoView on Hugging Face
0likes
16 commits on main
eb928b719d ago

Switch HF Space to Docker SDK to serve FastAPI directly on port 7860 without Gradio wrapper collisions

manish182
51207be19d ago

Fix exit code 0 by running uvicorn on port 7860 to keep HF Space process active

manish182
1ac94b919d ago

Let Hugging Face Space runner manage app server execution without port 7861 collision

manish182
9a08bdd19d ago

Add missing import uvicorn to space_app.py

manish182
0ea54e619d ago

Use uvicorn.run(app) in space_app.py to prevent port 7861 collision

manish182
4d4fa7019d ago

Call demo.launch in space_app.py to keep web server running continuously

manish182
94133dd19d ago

Use space_app.py as entrypoint to eliminate app.py vs app/ circular import collision

manish182
ce2ccc119d ago

Fix Gradio 5 HfFolder compatibility shim for HF Space

manish182
4d89e8f19d ago

Configure backend for 100% free Gradio SDK deployment

manish182
053428619d ago

Switch Hugging Face Space to Docker SDK with pure FastAPI on port 7860

manish182
0a597f119d ago

Add server launch entrypoint to space.py to keep HF container process alive

manish182
1c4ae6319d ago

Update Gradio sdk_version to 4.44.1 to eliminate analytics version warning

manish182
5ce043919d ago

Rename entrypoint file to space.py to eliminate Python app file vs app directory package collision

manish182
c17a79e19d ago

Pin huggingface-hub<0.24.0 in requirements.txt to fix Gradio HfFolder ImportError

manish182
2a69ed419d ago

Add README.md with Hugging Face Space metadata

manish182
368038219d ago

Clean production backend commit without duckdb binary and secrets

manish182