Update README.md
Browse files
README.md
CHANGED
@@ -26,7 +26,7 @@ cd whisper.cpp
|
|
26 |
```bash
|
27 |
pip install --upgrade huggingface_hub
|
28 |
```
|
29 |
-
And download the GGML weights for
|
30 |
|
31 |
```python
|
32 |
from huggingface_hub import hf_hub_download
|
|
|
26 |
```bash
|
27 |
pip install --upgrade huggingface_hub
|
28 |
```
|
29 |
+
And download the GGML weights for `kotoba-tech/kotoba-whisper-v1.0` using the following Python snippet:
|
30 |
|
31 |
```python
|
32 |
from huggingface_hub import hf_hub_download
|