Spaces:
Sleeping
Sleeping
from fastapi import FastAPI | |
app = FastAPI() | |
async def read_root(): | |
return {"message": "Welcome to my FastAPI deployment on Hugging Face!"} |