jartine commited on
Commit
8219ab7
1 Parent(s): 6c12a30

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -26,13 +26,13 @@ OpenBSD, and NetBSD for AMD64 and ARM64.
26
  ## Quickstart
27
 
28
  Running the following on a desktop OS will transcribe the speech of a
29
- wav file into colorful text.
30
 
31
  ```
32
  wget https://huggingface.co/Mozilla/whisperfile/resolve/main/whisper-tiny.en.llamafile
33
- wget https://huggingface.co/Mozilla/whisperfile/resolve/main/raven_poe_64kb.wav
34
  chmod +x whisper-tiny.en.llamafile
35
- ./whisper-tiny.en.llamafile -f raven_poe_64kb.wav -pc
36
  ```
37
 
38
  ![screenshot](screenshot.png)
 
26
  ## Quickstart
27
 
28
  Running the following on a desktop OS will transcribe the speech of a
29
+ wav/mp3/ogg/flac file into colorful text.
30
 
31
  ```
32
  wget https://huggingface.co/Mozilla/whisperfile/resolve/main/whisper-tiny.en.llamafile
33
+ wget https://huggingface.co/Mozilla/whisperfile/resolve/main/raven_poe_64kb.mp3
34
  chmod +x whisper-tiny.en.llamafile
35
+ ./whisper-tiny.en.llamafile -f raven_poe_64kb.mp3 -pc
36
  ```
37
 
38
  ![screenshot](screenshot.png)