chromaforge-api / app.py
birajsubedi's picture
feat: FastAPI inference server with U-Net generator
8919f98
Raw
History Blame Contribute Delete
232 Bytes
"""
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