Spaces:
Sleeping
Sleeping
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def hello(): | |
| return {"hello": "you successfully deployed your FastAPI app"} | |
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def hello(): | |
| return {"hello": "you successfully deployed your FastAPI app"} | |