diff --git a/whisper/__init__.py b/whisper/__init__.py index 379133b..0b194b8 100644 --- a/whisper/__init__.py +++ b/whisper/__init__.py @@ -71,6 +71,7 @@ def _download(url: str, root: str, in_memory: bool) -> Union[bytes, str]: unit="iB", unit_scale=True, unit_divisor=1024, + ascii=True, ) as loop: while True: buffer = source.read(8192)