Spaces:
Runtime error
Runtime error
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def root(): | |
| return {"message": "Welcome to DeepSeek-R1!"} | |
| from fastapi import FastAPI | |
| app = FastAPI() | |
| def root(): | |
| return {"message": "Welcome to DeepSeek-R1!"} | |