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