Update model download instructions

Some versions of tar require the "j" flag to decompress
pull/2/head v0.1.0
Keith Ito 2017-08-22 17:42:26 -04:00 committed by GitHub
parent ae82a7c1ae
commit 6a793ba8c4
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ pip install -r requirements.txt
1. **Download and unpack a model**:
```
curl http://data.keithito.com/data/speech/tacotron-20170720.tar.bz2 | tar x -C /tmp
curl http://data.keithito.com/data/speech/tacotron-20170720.tar.bz2 | tar xj -C /tmp
```
2. **Run the demo server**: