FiendHunter's picture
Upload folder using huggingface_hub
2706a1d verified
raw
history blame
215 Bytes
from huggingface_hub import HfApi
api = HfApi()
api.upload_folder(
folder_path=r"C:\Users\91745\OneDrive\Desktop\Github_analyser",
repo_id="FiendHunter/Github_bot_scripts",
repo_type="dataset",
)