Fix description

This commit is contained in:
Petr Kalis 2025-04-24 11:39:44 +02:00
parent bc509fcf00
commit e9d3462da2

View file

@ -654,8 +654,7 @@ class ExtractReviewOutputDefModel(BaseSettingsModel):
fill_missing_frames: str = SettingsField(
title="Handle missing frames",
default="closest_existing",
description="How to handle frames that are missing from entity frame "
"range.",
description="How to handle gaps in sequence frame ranges.",
enum_resolver=_handle_missing_frames_enum
)