WWFDiff-PU / upload_3.py
lighta's picture
Upload folder using huggingface_hub
b69c35f verified
Raw
History Blame Contribute Delete
223 Bytes
from huggingface_hub import login, upload_folder
# (optional) Login with your Hugging Face credentials
login()
# Push your model files
upload_folder(folder_path=".", repo_id="lighta/WWFDiff-PU", repo_type="model")