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" )