We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae82a7c commit 6a793baCopy full SHA for 6a793ba
README.md
@@ -36,7 +36,7 @@ pip install -r requirements.txt
36
37
1. **Download and unpack a model**:
38
```
39
- 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
40
41
42
2. **Run the demo server**:
0 commit comments