Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
navopw authored Feb 24, 2023
1 parent f319f75 commit a7ff09b
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 @@ -60,7 +60,7 @@ Here's an example curl command that generates speech from a list of input senten
```sh
curl -X POST \
-H "Content-Type: application/json" \
--data '{"sentences": ["Hello, how are you?", "My name is Shubh.", "It\'s a pleasure to meet you."]}' \
--data '{"text": "Hello, how are you? My name is Shubh. It is a pleasure to meet you."}' \
http://localhost:80/tts \
--output output.wav
```
Expand Down

0 comments on commit a7ff09b

Please sign in to comment.