Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
duelmas
/
videaudo
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
3e1fb17
videaudo
/
cv2
/
misc
/
version.py
duelmas
Upload 9 files
dc0f91b
about 1 year ago
raw
Copy download link
history
blame
Safe
90 Bytes
import
cv2
def
get_ocv_version
():
return
getattr
(cv2,
"__version__"
,
"unavailable"
)