fix validation for model section

This commit is contained in:
Josh Hawkins 2026-02-11 10:56:48 -06:00
parent 5462dcb72d
commit 12ef7def86

View File

@ -20,7 +20,13 @@ const model: SectionConfigOverrides = {
"input_dtype", "input_dtype",
"model_type", "model_type",
], ],
hiddenFields: ["labelmap", "attributes_map"], hiddenFields: [
"labelmap",
"attributes_map",
"colormap",
"all_attributes",
"plus",
],
}, },
}; };