mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2026-01-15 00:15:50 +00:00
Merge pull request #1565 from aic1x/patch-1
Fix typo in source_target_map variable name
This commit is contained in:
@@ -12,7 +12,7 @@ file_types = [
|
||||
]
|
||||
|
||||
# Face Mapping Data
|
||||
souce_target_map: List[Dict[str, Any]] = [] # Stores detailed map for image/video processing
|
||||
source_target_map: List[Dict[str, Any]] = [] # Stores detailed map for image/video processing
|
||||
simple_map: Dict[str, Any] = {} # Stores simplified map (embeddings/faces) for live/simple mode
|
||||
|
||||
# Paths
|
||||
|
||||
Reference in New Issue
Block a user