File size: 165 Bytes
d1432ed |
1 2 3 4 5 |
# 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 |
d1432ed |
1 2 3 4 5 |
# 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 |