Skip to content

Commit

Permalink
Merge pull request #25 from SurajDonthi/patch-2
Browse files Browse the repository at this point in the history
Fixed `hf_token` to `hf-token` in `insanely_fast_whisper.py`
  • Loading branch information
zackees authored Aug 4, 2024
2 parents c9e5521 + 83920b7 commit c6a526b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transcribe_anything/insanely_fast_whisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ def run_insanely_fast_whisper(
str(outfile),
]
if hugging_face_token:
cmd_list += ["--hf_token", hugging_face_token]
cmd_list += ["--hf-token", hugging_face_token]
if language:
cmd_list += ["--language", language]
batch_size = get_batch_size()
Expand Down

0 comments on commit c6a526b

Please sign in to comment.