@app.get("/predict") async def read_root(): return {"message": "Welcome to my FastAPI deployment on Hugging Face!"}