You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6
Original file line number
Diff line number
Diff line change
@@ -4,3 +4,9 @@ GUI for [whispercpp](https://github.com/ggerganov/whisper.cpp), a high performan
4
4
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.
5
5
6
6
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:
0 commit comments