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