breaking: support of length_scale, sdp_ratio, /models endpoint

This commit is contained in:
Googlefan
2024-09-11 04:42:11 +00:00
parent 83b69083ca
commit 441e35b9a6
12 changed files with 243 additions and 49 deletions

View File

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