Spaces:
Running
on
Zero
Running
on
Zero
test
Browse files- staticfiles/aivtuber.js +2 -2
- staticfiles/index.html +1 -1
staticfiles/aivtuber.js
CHANGED
@@ -290,13 +290,13 @@ const startLive = () => {
|
|
290 |
blink();
|
291 |
}
|
292 |
|
293 |
-
const img = ["
|
294 |
var isBlinking = false;
|
295 |
|
296 |
function blink() {
|
297 |
if (isBlinking) {
|
298 |
isBlinking = false;
|
299 |
-
document.getElementById("charaImg").src = img[1];
|
300 |
setTimeout(blink, 100);
|
301 |
} else {
|
302 |
isBlinking = true;
|
|
|
290 |
blink();
|
291 |
}
|
292 |
|
293 |
+
const img = ["charas.png", "chara_blinkings.png"];
|
294 |
var isBlinking = false;
|
295 |
|
296 |
function blink() {
|
297 |
if (isBlinking) {
|
298 |
isBlinking = false;
|
299 |
+
document.getElementById("charaImg").src = "img[1]";
|
300 |
setTimeout(blink, 100);
|
301 |
} else {
|
302 |
isBlinking = true;
|
staticfiles/index.html
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
<body>
|
13 |
<div id="vtuber">
|
14 |
<iframe width="560" height="315" src="https://www.youtube.com/embed/9BSgttQDyOw?si=ax2F4oAi2h9f9eGT" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
15 |
-
|
16 |
</div>
|
17 |
<div id="aiResponse" class="aiResponseBox">
|
18 |
<p class="ai-response" id="aiResponseUtterance"></p>
|
|
|
12 |
<body>
|
13 |
<div id="vtuber">
|
14 |
<iframe width="560" height="315" src="https://www.youtube.com/embed/9BSgttQDyOw?si=ax2F4oAi2h9f9eGT" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
|
15 |
+
<!--<img id="charaImg" src="chara.png" width="auto" height="400" />/-->
|
16 |
</div>
|
17 |
<div id="aiResponse" class="aiResponseBox">
|
18 |
<p class="ai-response" id="aiResponseUtterance"></p>
|