update README.md

This commit is contained in:
sanami
2024-09-11 18:42:31 +09:00
parent 267a2e630d
commit 697d330e28
4 changed files with 40 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
import requests
res = requests.post(
"http://localhost:3001/synthesize",
"http://localhost:3000/synthesize",
json={"text": "おはようございます", "ident": "tsukuyomi"},
)
with open("output.wav", "wb") as f: