asahi417 commited on
Commit
7ebe210
·
verified ·
1 Parent(s): 450d6be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -31,7 +31,7 @@ wget https://huggingface.co/kotoba-tech/kotoba-whisper-v2.0-ggml/resolve/main/gg
31
  3. Run inference using the provided sample audio:
32
 
33
  ```bash
34
- wget https://huggingface.co/kotoba-tech/kotoba-whisper-v2.0-ggml/resolve/main/sample_ja_speech.wav
35
  make -j && ./main -m models/ggml-kotoba-whisper-v2.0.bin -f sample_ja_speech.wav --output-file transcription --output-json
36
  ```
37
 
 
31
  3. Run inference using the provided sample audio:
32
 
33
  ```bash
34
+ wget https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0-ggml/resolve/main/sample_ja_speech.wav
35
  make -j && ./main -m models/ggml-kotoba-whisper-v2.0.bin -f sample_ja_speech.wav --output-file transcription --output-json
36
  ```
37