Spaces:
No application file
No application file
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def home(): | |
| return {"message": "Hello from AmazonML Space!"} | |
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def home(): | |
| return {"message": "Hello from AmazonML Space!"} | |