aiben / src /vision /__init__.py
abugaber's picture
Upload folder using huggingface_hub
3943768 verified
raw
history blame contribute delete
199 Bytes
import os
import sys
root_path = os.path.dirname((__file__))
root_path = os.path.abspath(os.path.abspath(os.path.join(root_path, "..")))
if root_path not in sys.path:
sys.path.append(root_path)