dev
This commit is contained in:
parent
b0ce110a3b
commit
a0b9b8fbdd
@ -80,7 +80,7 @@ function playSpeech(text) {
|
|||||||
audioUrl = fetch(ttsUrl + '/generate', {
|
audioUrl = fetch(ttsUrl + '/generate', {
|
||||||
method: 'POST',
|
method: 'POST',
|
||||||
body: JSON.stringify({
|
body: JSON.stringify({
|
||||||
text: text,
|
"text": text,
|
||||||
}),
|
}),
|
||||||
}).then(
|
}).then(
|
||||||
response => {
|
response => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user