Upload sherpa-onnx/README.md with huggingface_hub
Browse files- sherpa-onnx/README.md +3 -2
sherpa-onnx/README.md
CHANGED
|
@@ -11,8 +11,9 @@ Shared components:
|
|
| 11 |
## Run (Python, only needs `sherpa-onnx`)
|
| 12 |
```bash
|
| 13 |
pip install -U sherpa-onnx
|
| 14 |
-
# one
|
| 15 |
-
curl -L https://
|
|
|
|
| 16 |
curl -O https://raw.githubusercontent.com/michsethowusu/nano-twi/main/examples/python/synthesize.py
|
| 17 |
python3 synthesize.py --model-dir ./nano-twi --text "Awurade ne me hwɛfoɔ." --out twi.wav
|
| 18 |
```
|
|
|
|
| 11 |
## Run (Python, only needs `sherpa-onnx`)
|
| 12 |
```bash
|
| 13 |
pip install -U sherpa-onnx
|
| 14 |
+
# one zip with everything (or grab files individually from this repo):
|
| 15 |
+
curl -L -o nano-twi.zip https://github.com/michsethowusu/nano-twi/releases/download/v1.0/nano-twi-sherpa-onnx.zip
|
| 16 |
+
unzip nano-twi.zip
|
| 17 |
curl -O https://raw.githubusercontent.com/michsethowusu/nano-twi/main/examples/python/synthesize.py
|
| 18 |
python3 synthesize.py --model-dir ./nano-twi --text "Awurade ne me hwɛfoɔ." --out twi.wav
|
| 19 |
```
|