Update README.md
Browse files
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-
|
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 |
|