Skip to content

Commit

Permalink
Update path to pretrained model
Browse files Browse the repository at this point in the history
  • Loading branch information
keithito authored Sep 5, 2018
1 parent 231d6d7 commit 5aa4319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ Pull requests are welcome!

1. **Download and unpack a model**:
```
curl http://data.keithito.com/data/speech/tacotron-20170720.tar.bz2 | tar xjC /tmp
curl http://data.keithito.com/data/speech/tacotron-20180905.tar.bz2 | tar xjC /tmp
```

2. **Run the demo server**:
```
python3 demo_server.py --checkpoint /tmp/tacotron-20170720/model.ckpt
python3 demo_server.py --checkpoint /tmp/tacotron-20180905/model.ckpt
```

3. **Point your browser at localhost:9000**
Expand Down

0 comments on commit 5aa4319

Please sign in to comment.