File size: 250 Bytes
5eb188c
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
"""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"]