ubumuntu-api / app.py
Macbook
Add FastAPI application
cc4ea58
raw
history blame contribute delete
101 Bytes
# HuggingFace Spaces entry point
from api.main import app
# Re-export for uvicorn
__all__ = ["app"]