petter2025's picture
Upload folder using huggingface_hub (#3)
6d20eab
raw
history blame contribute delete
173 Bytes
from typing import Literal
from pydantic import BaseModel
class RiskResponse(BaseModel):
system_risk: float
status: Literal["low", "moderate", "high", "critical"]