Skip to content

Commit 178578b

Browse files
authored
Merge pull request #1565 from aic1x/patch-1
Fix typo in source_target_map variable name
2 parents 00da11b + b53132f commit 178578b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/globals.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
]
1313

1414
# Face Mapping Data
15-
souce_target_map: List[Dict[str, Any]] = [] # Stores detailed map for image/video processing
15+
source_target_map: List[Dict[str, Any]] = [] # Stores detailed map for image/video processing
1616
simple_map: Dict[str, Any] = {} # Stores simplified map (embeddings/faces) for live/simple mode
1717

1818
# Paths
@@ -68,4 +68,4 @@
6868
interpolation_weight: float = 0 # Blend weight for current frame (0.0-1.0). Lower=smoother.
6969
# --- END: Added for Frame Interpolation ---
7070

71-
# --- END OF FILE globals.py ---
71+
# --- END OF FILE globals.py ---

0 commit comments

Comments
 (0)