Skip to content

Commit

Permalink
Fix teaser to reflect python command
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrank63 committed Feb 3, 2024
1 parent ec1da70 commit 8908887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pi 4. Piper is used in a [variety of projects](#people-using-piper).

```sh
echo 'Welcome to the world of speech synthesis!' | \
./piper --model en_US-lessac-medium.onnx --output_file welcome.wav
piper --model en_US-lessac-medium --output_file welcome.wav
```

[Listen to voice samples](https://rhasspy.github.io/piper-samples) and check out a
Expand Down

0 comments on commit 8908887

Please sign in to comment.