Michael Diskin 3 年之前
父节点
当前提交
3e604bc1f5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      huggingface_auth.py

+ 1 - 1
huggingface_auth.py

@@ -169,7 +169,7 @@ def authorize_with_huggingface() -> HuggingFaceAuthorizer:
             )
             hf_user_access_token = getpass('🤗 Hugging Face user access token (characters will be hidden): ')
 
-            authorizer = HuggingFaceAuthorizer(organization_name, model_name, hf_user_access_token)
+        authorizer = HuggingFaceAuthorizer(organization_name, model_name, hf_user_access_token)
 
         try:
             authorizer.join_experiment()