aquaclean-v1 / deploytohf.py
rinogeek's picture
Upload folder using huggingface_hub
1926875 verified
raw
history blame
235 Bytes
from huggingface_hub import HfApi, HfFolder, Repository, upload_file
# uploader ton fichier best.pt
upload_file(
path_or_fileobj="best.pt",
path_in_repo="best.pt",
repo_id="AquaClean/aquaclean-v1",
repo_type="model"
)