Spaces:
Sleeping
Sleeping
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def hello(): | |
| """ | |
| this test hello | |
| """ | |
| return {"hello": "you success deploy fastapi"} |
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def hello(): | |
| """ | |
| this test hello | |
| """ | |
| return {"hello": "you success deploy fastapi"} |