mirror of
https://github.com/TMElyralab/MuseTalk.git
synced 2026-02-05 18:09:19 +08:00
Add import copy to blending.py
Commit f051221f76 added a copy.deepcopy command without a corresponding import copy to the file.
This fixes that oversight.
This commit is contained in:
committed by
czk32611
parent
31ee3e4d12
commit
0e1b9a75f3
@@ -1,6 +1,7 @@
|
||||
from PIL import Image
|
||||
import numpy as np
|
||||
import cv2
|
||||
import copy
|
||||
from face_parsing import FaceParsing
|
||||
|
||||
fp = FaceParsing()
|
||||
|
||||
Reference in New Issue
Block a user