Deep-Live-Cam/modules/processors/frame
google-labs-jules[bot] 6da790e3d2 fix: Correct IndentationError in face_swapper.py
Addresses an IndentationError at the definition of the
_blend_material_onto_frame helper function in
modules/processors/frame/face_swapper.py.

The fix ensures that the function definition line starts at
column 0 (no leading whitespace) and that the preceding
function's structure does not cause misinterpretation by the
Python parser. Duplicated/malformed definitions of related
helper functions were also confirmed to be removed in prior steps.

This resolves a syntax error that prevented your application from
starting.
2025-06-01 08:52:37 +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 fix: Correct IndentationError in face_swapper.py 2025-06-01 08:52:37 +00:00