Skip to content

Conversation

@kkaehler
Copy link

@kkaehler kkaehler commented Jun 5, 2023

…of magnitude faster).

Note - I didn't test this (change was made via web UI).

…of magnitude faster).

Note - I didn't test this (change was made via web UI).
model = model + '.en'
audio_model = whisper.load_model(model)

if model in _model_cache:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you mean:
if model not in _model_cache:

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

2 participants