diff --git a/Assets/Main_Screen2.png b/Assets/Main_Screen2.png deleted file mode 100644 index cf84dd4..0000000 Binary files a/Assets/Main_Screen2.png and /dev/null differ diff --git a/Assets/Preview.png b/Assets/Preview.png new file mode 100644 index 0000000..9e4ed95 Binary files /dev/null and b/Assets/Preview.png differ diff --git a/README.md b/README.md index 2e80c25..7c95f68 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Whisper-AHK +![Screenshot of main window](Assets/Preview.png "Screenshot of Main Window") + Autohotkey based GUI for utilizing [Whisper.cpp](https://github.com/ggerganov/whisper.cpp) to transcribe audio files to text. ## Features diff --git a/Whisper-AHK.ahk b/Whisper-AHK.ahk index 1b85b19..9281558 100644 --- a/Whisper-AHK.ahk +++ b/Whisper-AHK.ahk @@ -197,7 +197,7 @@ Gui, Font, s9 Gui, Add, Button, y+%GUIMargin% x%GUIRowThreeXPos% w%TranscribeButtonWidth% h15 gReloadScript Center, Restart Gui, Font, s5 -Gui, Add, StatusBar,Center,This Node: Minutes Transcribed by Node: Total Minutes Transcribed by All Nodes: Total Minutes of All Podcasts: || Everyone: Podcasts Transcribed +; Gui, Add, StatusBar,Center, This Node: Minutes Transcribed by Node: Total Minutes Transcribed by All Nodes: Total Minutes of All Transcriptions: Average time to transcribe 1 min: gui, show, w%GuiWidth%, %ScriptName% %ScriptVersion% Return