# Import the FastAPI app from our app module | |
from app.main import app | |
# This file is required by Hugging Face Spaces | |
# It simply imports and exposes our FastAPI app |
# Import the FastAPI app from our app module | |
from app.main import app | |
# This file is required by Hugging Face Spaces | |
# It simply imports and exposes our FastAPI app |