test-fastapi / app.py
traversaal-ai's picture
Create app.py
e133457 verified
raw
history blame
119 Bytes
@app.get("/predict")
async def read_root():
return {"message": "Welcome to my FastAPI deployment on Hugging Face!"}