Skip to content

Commit fa0b2b6

Browse files
committed
Update transcription task to use uv run with openai-whisper for improved execution
1 parent 6e3f63e commit fa0b2b6

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ run = "wrangler deploy"
4848
depends = ["build"]
4949

5050
[tasks.transcribe]
51-
run = "python scripts/transcribe.py"
51+
run = "uv run --with openai-whisper python scripts/transcribe.py"
5252
description = "Generate word-level transcript from audio/video"

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)