| 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" | |
| ) | |