Spaces:
Sleeping
Sleeping
| from fastapi import FastAPI | |
| app = FastAPI() | |
| async def root(): | |
| return {"message": "Hello from minimal FastAPI on Hugging Face Spaces!"} |