whispercpp
whispercpp copied to clipboard
[bug-fix] URL being used for downloading models is broken
What does this PR address?
The current URL in utils.py is broken and leads to HTTP 404 errors. Its safer to download them from hugging face.
Applied in the original repo as PR130
Before submitting:
- [ ] Does the Pull Request follow Conventional Commits specification naming? Here are GitHub's guide on how to create a pull request.
- [ ] Did you read through and follow development guidelines?
- [ ] Did your changes require updates to the documentation? Have you updated those accordingly?
- [ ] Did you write tests to cover your changes?