Meta / backend /__init__.py
Nothing12Man's picture
Fix HF Space runtime by adding persistent FastAPI server
5eb188c
raw
history blame contribute delete
250 Bytes
"""Backend package for LifeLine AI HTTP API.
This package provides a small FastAPI wrapper that exposes the existing
benchmarking/inference logic via HTTP so the container remains running on
Hugging Face Spaces (sdk: docker).
"""
__all__ = ["app"]