dwb2023 commited on
Commit
6fc5944
·
verified ·
1 Parent(s): 05bd01a

comment out hf hub login

Browse files

comment out hf hub login to validate whether it's required

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ if not hf_user:
14
  raise ValueError("SPACE_AUTHOR_NAME environment variable is not set")
15
 
16
  # Perform login using the token
17
- login(token=hf_token, add_to_git_credential=True)
18
 
19
  SUPPORTED_FILE_TYPES = ["txt", "python", "markdown", "yaml", "json", "csv", "tsv", "xml", "html"]
20
 
 
14
  raise ValueError("SPACE_AUTHOR_NAME environment variable is not set")
15
 
16
  # Perform login using the token
17
+ # login(token=hf_token, add_to_git_credential=True)
18
 
19
  SUPPORTED_FILE_TYPES = ["txt", "python", "markdown", "yaml", "json", "csv", "tsv", "xml", "html"]
20