From 985c6a45ffed4810d6da0dc0b1fa05018c0303d1 Mon Sep 17 00:00:00 2001 From: git Date: Mon, 11 Aug 2025 08:56:30 +0100 Subject: [PATCH] Update main.sh --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index ebfa2d7..12fa3e5 100644 --- a/main.sh +++ b/main.sh @@ -35,7 +35,7 @@ WORKDIR="$(mktemp -d)" trap 'rm -rf "$WORKDIR"' EXIT SOURCE_PATH="" # where the audio/video comes from (local file after download if URL) -MP3_PATH="" # final mp3 we’ll feed to whisper +MP3_PATH="" # final mp3 we'll feed to whisper # --- stage input (download if URL) --- if is_url "$INPUT"; then