label_fault / upload.py
Asiif's picture
Upload folder using huggingface_hub
b0f8af0 verified
Raw
History Blame Contribute Delete
242 Bytes
from huggingface_hub import login, upload_folder
# (optional) Login with your Hugging Face credentials
login()
# Push your dataset files
upload_folder(folder_path=".", repo_id="fabricfaultdetection/label_fault", repo_type="dataset")