mirror of
https://github.com/bellingcat/whisperbox-transcribe.git
synced 2026-06-11 21:18:36 +03:00
chore(deps): update dependency mypy to v1.4.1 (#32)
Co-authored-by: Felix Spöttel <1682504+fspoettel@users.noreply.github.com>
This commit is contained in:
@@ -72,7 +72,7 @@ class LocalStrategy:
|
||||
def run_whisper(
|
||||
self,
|
||||
filepath: str,
|
||||
task: str,
|
||||
task: Literal["translate", "transcribe"],
|
||||
config: Optional[schemas.JobConfig],
|
||||
job_id: UUID,
|
||||
) -> List[Any]:
|
||||
|
||||
Reference in New Issue
Block a user