Upload index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -118,7 +118,7 @@
|
|
| 118 |
<!-- Footer -->
|
| 119 |
<div class="footer">
|
| 120 |
Made with
|
| 121 |
-
<a href="https://huggingface.co/ibm-granite/granite-4.0-1b-speech" target="_blank">Granite
|
| 122 |
and
|
| 123 |
<a href="https://huggingface.co/docs/transformers.js" target="_blank">Transformers.js</a>
|
| 124 |
<br>
|
|
@@ -131,6 +131,6 @@
|
|
| 131 |
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web@1.24.3/dist/ort.all.min.js"></script>
|
| 132 |
<script src="vad.js?v=1"></script>
|
| 133 |
<script src="punctuator.js?v=3"></script>
|
| 134 |
-
<script type="module" src="app.js?v=
|
| 135 |
</body>
|
| 136 |
</html>
|
|
|
|
| 118 |
<!-- Footer -->
|
| 119 |
<div class="footer">
|
| 120 |
Made with
|
| 121 |
+
<a href="https://huggingface.co/ibm-granite/granite-4.0-1b-speech" target="_blank">Granite 4.0 1B Speech</a>
|
| 122 |
and
|
| 123 |
<a href="https://huggingface.co/docs/transformers.js" target="_blank">Transformers.js</a>
|
| 124 |
<br>
|
|
|
|
| 131 |
<script src="https://cdn.jsdelivr.net/npm/onnxruntime-web@1.24.3/dist/ort.all.min.js"></script>
|
| 132 |
<script src="vad.js?v=1"></script>
|
| 133 |
<script src="punctuator.js?v=3"></script>
|
| 134 |
+
<script type="module" src="app.js?v=55"></script>
|
| 135 |
</body>
|
| 136 |
</html>
|