rohit
Add required app.py file for HF Spaces compatibility
d1432ed
raw
history blame
165 Bytes
# 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