# Import the FastAPI app from our app module | |
from app.main import app | |
# This file is required by Hugging Face Spaces | |
# It exposes our FastAPI app at the root level |
# Import the FastAPI app from our app module | |
from app.main import app | |
# This file is required by Hugging Face Spaces | |
# It exposes our FastAPI app at the root level |