Spaces:
Running
Running
Update index.html
Browse files- index.html +4 -0
index.html
CHANGED
@@ -15,5 +15,9 @@
|
|
15 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
16 |
</p>
|
17 |
</div>
|
|
|
|
|
|
|
|
|
18 |
</body>
|
19 |
</html>
|
|
|
15 |
<a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
|
16 |
</p>
|
17 |
</div>
|
18 |
+
<script>
|
19 |
+
let response = fetch("https://huggingface.co/rhasspy/piper-voices/resolve/main/en/en_US/lessac/medium/en_US-lessac-medium.onnx.json?download=true");
|
20 |
+
console.log(response.json());
|
21 |
+
</script>
|
22 |
</body>
|
23 |
</html>
|