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
/
load_config_py2.py
duelmas
Upload 4 files
b6617be
about 1 year ago
raw
Copy download link
history
blame
Safe
151 Bytes
# flake8: noqa
import
sys
if
sys.version_info[:
2
] < (
3
,
0
):
def
exec_file_wrapper
(
fpath, g_vars, l_vars
):
execfile(fpath, g_vars, l_vars)