import huggingface_hub def login(): hf_hub.login(token="RH") if __name__ == "__main__": login()