Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files- staticfiles/aivtuber.js +1 -1
staticfiles/aivtuber.js
CHANGED
@@ -272,7 +272,7 @@ const onClickSend = () => {
|
|
272 |
alert("start send ============================ ")
|
273 |
let utterance = document.querySelector("#utterance");
|
274 |
|
275 |
-
miiboAvatar.autoRecognizeMessage(utterance)
|
276 |
//handleLiveComment(utterance.value, '匿名');
|
277 |
//onClickSend
|
278 |
utterance.value = "";
|
|
|
272 |
alert("start send ============================ ")
|
273 |
let utterance = document.querySelector("#utterance");
|
274 |
|
275 |
+
miiboAvatar.autoRecognizeMessage(utterance.value)
|
276 |
//handleLiveComment(utterance.value, '匿名');
|
277 |
//onClickSend
|
278 |
utterance.value = "";
|