Deep-Live-Cam/modules/processors/frame
google-labs-jules[bot] 44ef1fdcac criticalfix: Correct IndentationError in create_lower_mouth_mask
Replaces the create_lower_mouth_mask function in
modules/processors/frame/face_swapper.py with a version that has
corrected indentation. This resolves an "IndentationError: unexpected indent"
that was preventing the application from starting.

The replaced block also includes minor robustness improvements for
ROI calculations and Gaussian blur kernel sizes within this function
and implicitly updated other related utility functions that were part of the
provided code block.
2025-06-18 20:43:53 +00:00
..
__init__.py initial commit 2023-09-24 21:36:57 +08:00
core.py fix 2025-04-19 16:03:24 +03:00
face_enhancer.py fix & add trt support 2025-04-19 16:03:49 +03:00
face_swapper.py criticalfix: Correct IndentationError in create_lower_mouth_mask 2025-06-18 20:43:53 +00:00