ref_v2.2_step5208 / upload.py
sahil2801's picture
Upload folder using huggingface_hub
06df363 verified
raw
history blame contribute delete
157 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path=".",
repo_id="sahil2801/ref_v2.2_step5208",
repo_type="model",
)