echoguard-api / app /state.py
GitHub Actions
Automated backend deployment from GitHub Actions
96fd859
Raw
History Blame Contribute Delete
222 Bytes
class ModelInfo:
status: str = "uninitialized"
error: str | None = None
gary_feature_extractor = None
gary_model = None
bisher_feature_extractor = None
bisher_model = None
model_info = ModelInfo()