test / upload.py
otokoneko's picture
Upload folder using huggingface_hub
275f4d7 verified
Raw
History Blame Contribute Delete
214 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="otokoneko/test", repo_type="model")