michsethowusu commited on
Commit
99862c5
·
verified ·
1 Parent(s): e658c24

Upload sherpa-onnx/README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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 tarball with everything (or grab files individually from this repo):
15
- curl -L https://huggingface.co/ghananlpcommunity/nano-twi/resolve/main/nano-twi-sherpa-onnx.tar.gz | tar xz
 
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
  ```