Skip to content

Commit 7c43735

Browse files
committed
Minor doc tweaks
1 parent 62b0ddb commit 7c43735

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
- http://github.com/asteroid-team/asteroid [[initial PR 👀](https://github.com/asteroid-team/asteroid/pull/377)]
3232
- https://github.com/pyannote/pyannote-audio [[initial PR 👀](https://github.com/pyannote/pyannote-audio/pull/549)]
3333
- https://github.com/flairNLP/flair [[work-in-progress, initial PR 👀](https://github.com/flairNLP/flair/pull/1974)]
34-
- ESPNet [coming soon]
34+
- https://github.com/espnet/espnet [[initial PR 👀](https://github.com/espnet/espnet/pull/2815)]
3535

3636
<br>
3737

src/huggingface_hub/file_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ def cached_download(
215215
proxies=None,
216216
etag_timeout=10,
217217
resume_download=False,
218-
use_auth_token: Union[str, None] = None,
218+
use_auth_token: Union[bool, str, None] = None,
219219
local_files_only=False,
220220
) -> Optional[str]: # pragma: no cover
221221
"""

0 commit comments

Comments
 (0)