Spaces:
Build error
Build error
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def home(): | |
| return {"message": "Hello, Hugging Face!"} | |
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def home(): | |
| return {"message": "Hello, Hugging Face!"} | |