Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
seitoku/facefusion
NSOUP
/
facefusion
like
0
No application file
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
0a23630
facefusion
/
venv
/
Lib
/
site-packages
/
cv2
/
misc
/
version.py
seitoku
Upload folder using huggingface_hub
ba8d952
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
cv2
def
get_ocv_version
():
return
getattr
(cv2,
"__version__"
,
"unavailable"
)