asahi417 commited on
Commit
b1efc0d
1 Parent(s): 9f2df35

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -17,7 +17,7 @@ This model can be used in CTranslate2 or projects based on CTranslate2 such as [
17
  Install library and download sample audio.
18
  ```shell
19
  pip install faster-whisper
20
- wget https://huggingface.co/kotoba-tech/kotoba-whisper-v2.0-ggml/resolve/main/sample_ja_speech.wav
21
  ```
22
  Inference with the kotoba-whisper-v2.0-faster.
23
 
 
17
  Install library and download sample audio.
18
  ```shell
19
  pip install faster-whisper
20
+ wget https://huggingface.co/kotoba-tech/kotoba-whisper-v1.0-ggml/resolve/main/sample_ja_speech.wav
21
  ```
22
  Inference with the kotoba-whisper-v2.0-faster.
23