Fix check

This commit is contained in:
Nicolas Mowen 2024-09-28 07:40:25 -06:00
parent 7931203261
commit 3987c75224

View File

@ -44,7 +44,7 @@ class ModelConfig(BaseModel):
default_factory=dict, title="Labelmap customization." default_factory=dict, title="Labelmap customization."
) )
attributes_map: Dict[str, list[str]] = Field( attributes_map: Dict[str, list[str]] = Field(
default=ATTRIBUTE_LABEL_MAP, default=DEFAULT_ATTRIBUTE_LABEL_MAP,
title="Map of object labels to their attribute labels.", title="Map of object labels to their attribute labels.",
) )
input_tensor: InputTensorEnum = Field( input_tensor: InputTensorEnum = Field(