Spaces:
Sleeping
Sleeping
File size: 232 Bytes
8919f98 | 1 2 3 4 5 6 7 8 | """
Hugging Face Spaces entry point.
HF Spaces with SDK=docker runs this via the Dockerfile.
This file is kept as a thin alias so both `uvicorn app:app`
and `uvicorn main:app` work correctly.
"""
from main import app # noqa: F401
|