Unverified Commit 504db92e authored by Christopher Akiki's avatar Christopher Akiki Committed by GitHub
Browse files

Update hub.py (#20075)

parent 4b86e446
...@@ -734,7 +734,7 @@ class PushToHubMixin: ...@@ -734,7 +734,7 @@ class PushToHubMixin:
commit_message (`str`, *optional*): commit_message (`str`, *optional*):
Message to commit while pushing. Will default to `"Upload {object}"`. Message to commit while pushing. Will default to `"Upload {object}"`.
private (`bool`, *optional*): private (`bool`, *optional*):
Whether or not the repository created should be private (requires a paying subscription). Whether or not the repository created should be private.
use_auth_token (`bool` or `str`, *optional*): use_auth_token (`bool` or `str`, *optional*):
The token to use as HTTP bearer authorization for remote files. If `True`, will use the token generated The token to use as HTTP bearer authorization for remote files. If `True`, will use the token generated
when running `huggingface-cli login` (stored in `~/.huggingface`). Will default to `True` if `repo_url` when running `huggingface-cli login` (stored in `~/.huggingface`). Will default to `True` if `repo_url`
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment