chidiwilliams / buzz

Buzz transcribes and translates audio offline on your personal computer. Powered by OpenAI's Whisper.
https://chidiwilliams.github.io/buzz
MIT License
11.95k stars 899 forks source link

Fix for finnish huggingface model download #864

Closed raivisdejus closed 1 month ago

raivisdejus commented 1 month ago

A fix to allow use of model if it is not tagged as whisper model. Will help https://github.com/chidiwilliams/buzz/issues/862

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 83.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 82.49%. Comparing base (9877977) to head (81a19ae).

Files Patch % Lines
buzz/transcriber/recording_transcriber.py 25.00% 3 Missing :warning:
...uzz/widgets/transcriber/file_transcriber_widget.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #864 +/- ## ========================================== - Coverage 82.51% 82.49% -0.02% ========================================== Files 85 85 Lines 4563 4571 +8 ========================================== + Hits 3765 3771 +6 - Misses 798 800 +2 ``` | [Flag](https://app.codecov.io/gh/chidiwilliams/buzz/pull/864/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chidi+Williams) | Coverage Δ | | |---|---|---| | [Linux](https://app.codecov.io/gh/chidiwilliams/buzz/pull/864/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chidi+Williams) | `81.77% <83.33%> (-0.02%)` | :arrow_down: | | [macOS](https://app.codecov.io/gh/chidiwilliams/buzz/pull/864/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chidi+Williams) | `81.73% <75.00%> (-0.06%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Chidi+Williams#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.