Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -2
index.html
CHANGED
@@ -16,8 +16,10 @@
|
|
16 |
</p>
|
17 |
</div>
|
18 |
<script>
|
19 |
-
|
20 |
-
|
|
|
|
|
21 |
</script>
|
22 |
</body>
|
23 |
</html>
|
|
|
16 |
</p>
|
17 |
</div>
|
18 |
<script>
|
19 |
+
document.addEventListener("DOMContentLoaded", async () => {
|
20 |
+
let response = await fetch("https://huggingface.co/rhasspy/piper-voices/resolve/main/en/en_US/lessac/medium/en_US-lessac-medium.onnx.json?download=true");
|
21 |
+
console.log(response.json());
|
22 |
+
});
|
23 |
</script>
|
24 |
</body>
|
25 |
</html>
|