CSL / huggingface.py
qiushuocheng's picture
Upload huggingface.py with huggingface_hub
5d7bc0e verified
from huggingface_hub import upload_folder
upload_folder(
folder_path="/root/autodl-tmp/RVTCLR",
repo_id="qiushuocheng/workshop-clean",
repo_type="model", # or "dataset", "space"
path_in_repo="RVTCLR", # optional subdirectory in repo
commit_message="Initial upload"
)