wav2lip / 888.py
zhangbo2008's picture
Upload folder using huggingface_hub
6a20b7b
raw
history blame
66 Bytes
import cv2
a=cv2.imread('0.jpg')
cv2.imwrite('aaa.jpg',a[50:,20:])