Cosmetic changes
This commit is contained in:
@@ -292,7 +292,6 @@ StateKey = Literal\
|
|||||||
'job_status',
|
'job_status',
|
||||||
'step_index'
|
'step_index'
|
||||||
]
|
]
|
||||||
ApplyStateItem : TypeAlias = Callable[[Any, Any], None]
|
|
||||||
State = TypedDict('State',
|
State = TypedDict('State',
|
||||||
{
|
{
|
||||||
'command' : str,
|
'command' : str,
|
||||||
@@ -323,10 +322,10 @@ State = TypedDict('State',
|
|||||||
'face_occluder_model' : FaceOccluderModel,
|
'face_occluder_model' : FaceOccluderModel,
|
||||||
'face_parser_model' : FaceParserModel,
|
'face_parser_model' : FaceParserModel,
|
||||||
'face_mask_types' : List[FaceMaskType],
|
'face_mask_types' : List[FaceMaskType],
|
||||||
|
'face_mask_areas': List[FaceMaskArea],
|
||||||
|
'face_mask_regions' : List[FaceMaskRegion],
|
||||||
'face_mask_blur': float,
|
'face_mask_blur': float,
|
||||||
'face_mask_padding': Padding,
|
'face_mask_padding': Padding,
|
||||||
'face_mask_regions' : List[FaceMaskRegion],
|
|
||||||
'face_mask_areas' : List[FaceMaskArea],
|
|
||||||
'trim_frame_start' : int,
|
'trim_frame_start' : int,
|
||||||
'trim_frame_end' : int,
|
'trim_frame_end' : int,
|
||||||
'temp_frame_format' : TempFrameFormat,
|
'temp_frame_format' : TempFrameFormat,
|
||||||
@@ -359,5 +358,6 @@ State = TypedDict('State',
|
|||||||
'job_status' : JobStatus,
|
'job_status' : JobStatus,
|
||||||
'step_index' : int
|
'step_index' : int
|
||||||
})
|
})
|
||||||
|
ApplyStateItem : TypeAlias = Callable[[Any, Any], None]
|
||||||
StateSet : TypeAlias = Dict[AppContext, State]
|
StateSet : TypeAlias = Dict[AppContext, State]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user