Spaces:
Sleeping
Sleeping
| """HF Spaces placeholder entrypoint. | |
| HF Docker Spaces require an `app.py` file to exist. This shim is intentionally | |
| tiny and forwards the actual ASGI app from `src/api/app.py`. | |
| """ | |
| from api.app import app | |
| __all__ = ["app"] | |