wuxing0105's picture
Upload folder using huggingface_hub
80a72c3 verified
Raw
History Blame Contribute Delete
117 Bytes
import sys
from pathlib import Path
REPO_ROOT = Path(__file__).parents[4].resolve()
sys.path.append(f"{REPO_ROOT}")