Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error occurred when executing WhisperX: #4

Open
Fox-pix opened this issue May 24, 2024 · 1 comment
Open

Error occurred when executing WhisperX: #4

Fox-pix opened this issue May 24, 2024 · 1 comment

Comments

@Fox-pix
Copy link

Fox-pix commented May 24, 2024

Error occurred when executing WhisperX:

TranscriptionOptions.new() missing 1 required positional argument: 'hotwords'

@Fox-pix
Copy link
Author

Fox-pix commented May 24, 2024

asr.py
default_asr_options['hotwords'] = default_asr_options.get('hotwords', [])
default_asr_options = faster_whisper.transcribe.TranscriptionOptions(**default_asr_options)
#default_asr_options = faster_whisper.transcribe.TranscriptionOptions(**default_asr_options)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant