do not download in cli script

This commit is contained in:
ricwo 2022-11-09 09:55:43 +01:00
parent 15cbeb9104
commit 8c5a3c8274

View file

@ -275,9 +275,6 @@ def is_valid_arg(
return True
whisper._download(whisper._MODELS["tiny"], "~/.cache/whisper", False)
def main() -> None:
opts = get_opts()