from huggingface_hub import upload_folder import os current_dir = os.getcwd() print(current_dir) upload_folder( folder_path=current_dir, repo_id="siyiwind/DyMo", repo_type="model" )