Skip to content

Commit

Permalink
fix token issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees committed Jan 15, 2025
1 parent 9a4e2b0 commit ebc79b4
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 ebc79b4

Please sign in to comment.