Introduce face masker models

This commit is contained in:
henryruhs 2024-12-16 16:44:28 +01:00
parent d339d78a3a
commit bfb0ce6980

View File

@ -30,7 +30,6 @@ def render() -> None:
global FACE_MASK_PADDING_BOTTOM_SLIDER
global FACE_MASK_PADDING_LEFT_SLIDER
has_box_mask = 'box' in state_manager.get_item('face_mask_types')
has_region_mask = 'region' in state_manager.get_item('face_mask_types')
with gradio.Row():