-
|
Sorry this is more of a python/pip question rather than specific to whisper, but anyway... I have whisper installed on Linux by Since the original install, there is an updated model.py that seems to have significant improvements. |
Beta Was this translation helpful? Give feedback.
Answered by
jongwook
Nov 11, 2022
Replies: 1 comment
-
|
Can you try deleting the package and reinstalling by pip uninstall whisper
pip install git+https://github.com/openai/whisper.git |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jongwook
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you try deleting the package and reinstalling by