Skip to content

Commit 8dd79ed

Browse files
authored
Update README.md
1 parent 4d33383 commit 8dd79ed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,9 @@ GUI for [whispercpp](https://github.com/ggerganov/whisper.cpp), a high performan
44
for this GUI to work properly, the file "main.exe" and "whisper.dll" should be copied to the same location of "whisperGUI.exe". Please note that "whisper.dll" only applies to whispercpp compiled with MSVC. For whispercpp compiled with MinGW, only "main.exe" is required.
55

66
Not all options are implemented yet, only those that are of common use.
7+
8+
## Requirements
9+
10+
If you want to run whispercppGUI from the python source code, the Gooey library is required. You can install Gooey with the command:
11+
12+
`pip install Gooey`

0 commit comments

Comments
 (0)