Compare commits

..

2 Commits

Author SHA1 Message Date
rehanbgmi 9312f3292d
Merge 31515353e9 into ec6d7d2995 2025-06-01 19:55:16 -07:00
google-labs-jules[bot] 31515353e9 fix: Correct syntax and structure in face_swapper.py helper functions
Resolves a SyntaxError ('(' was never closed) and potential
IndentationError related to the definition of helper functions
_prepare_warped_source_material_and_mask and _blend_material_onto_frame
in modules/processors/frame/face_swapper.py.

The fix ensures:
- The definition of _blend_material_onto_frame correctly starts at
  column 0 (no leading whitespace).
- Duplicated and malformed blocks defining these functions, which were
  causing parsing errors, have been removed.
- The file now contains only single, correct definitions for these
  helper functions.

This should allow your application to start and run without these
specific syntax/indentation issues.
2025-06-01 19:45:11 +00:00

Diff Content Not Available