mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 14:45:46 +01:00
Adding option to extract speech (#1037)
This commit is contained in:
parent
9d5ec9cc89
commit
a33270bf91
23 changed files with 642 additions and 229 deletions
|
|
@ -27,6 +27,7 @@ class TestFolderWatchPreferencesWidget:
|
|||
task=Task.TRANSCRIBE,
|
||||
model=TranscriptionModel.default(),
|
||||
word_level_timings=False,
|
||||
extract_speech=False,
|
||||
temperature=DEFAULT_WHISPER_TEMPERATURE,
|
||||
initial_prompt="",
|
||||
enable_llm_translation=False,
|
||||
|
|
|
|||
|
|
@ -44,6 +44,7 @@ class TestTranscriptionTaskFolderWatcher:
|
|||
task=Task.TRANSCRIBE,
|
||||
model=self.default_model(),
|
||||
word_level_timings=False,
|
||||
extract_speech=False,
|
||||
temperature=DEFAULT_WHISPER_TEMPERATURE,
|
||||
initial_prompt="",
|
||||
enable_llm_translation=False,
|
||||
|
|
@ -87,6 +88,7 @@ class TestTranscriptionTaskFolderWatcher:
|
|||
task=Task.TRANSCRIBE,
|
||||
model=self.default_model(),
|
||||
word_level_timings=False,
|
||||
extract_speech=False,
|
||||
temperature=DEFAULT_WHISPER_TEMPERATURE,
|
||||
initial_prompt="",
|
||||
enable_llm_translation=False,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue