Spaces:
Running
on
Zero
Running
on
Zero
comment out hf hub login
Browse filescomment out hf hub login to validate whether it's required
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 |
|