File size: 119 Bytes
e133457
 
 
1
2
3
@app.get("/predict")
async def read_root():
    return {"message": "Welcome to my FastAPI deployment on Hugging Face!"}