Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
zhangbo2008
/
wav2lip
like
1
Model card
Files
Files and versions
Community
main
wav2lip
/
888.py
zhangbo2008
Upload folder using huggingface_hub
6a20b7b
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
66 Bytes
import
cv2
a=cv2.imread(
'0.jpg'
)
cv2.imwrite(
'aaa.jpg'
,a[
50
:,
20
:])