Skip to content

Commit bc407cc

Browse files
authored
Merge pull request #2 from versedwildcat/readme-typo
fix: correct minor typos in readme
2 parents 51bf364 + 0746bf5 commit bc407cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# whispercppGUI
2-
GUI for [whispercpp](https://github.com/ggerganov/whisper.cpp), a high performance C++ port of OpenAI's [whisper](https://github.com/openai/whisper)
2+
GUI for [whispercpp](https://github.com/ggerganov/whisper.cpp), a high performance C++ port of OpenAI's [whisper](https://github.com/openai/whisper).
33

4-
for this GUI to work properly, all of whispercpp files (from the oficial releases) should be copied to the same location of "whisperGUI.exe". Also, you need to copy a binary of ffmpeg to the same location of "whisperGUI.exe". In this way, you could update the program yourself manually in case the development on this repository stops.
4+
For this GUI to work properly, all of whispercpp files (from the official releases) should be copied to the same location of "whisperGUI.exe". Also, you need to copy a binary of ffmpeg to the same location of "whisperGUI.exe". In this way, you could update the program yourself manually in case the development on this repository stops.
55

66
Not all options are implemented yet, only those that are of common use.
77

@@ -11,4 +11,4 @@ If you want to run whispercppGUI from the python source code, the Gooey library
1111

1212
`pip install Gooey`
1313

14-
The included executable for windows x64 was created using pyinstaller, as described on the documentation of Gooey library. If you don't trust the executable on this repository, you can easily recreate your own executable file.
14+
The included executable for windows x64 was created using pyinstaller, as described in the documentation of Gooey library. If you don't trust the executable on this repository, you can easily recreate your own executable file.

0 commit comments

Comments
 (0)