Update index.html
Browse files- index.html +3 -3
index.html
CHANGED
@@ -559,12 +559,12 @@
|
|
559 |
</div>
|
560 |
</div>
|
561 |
</div>
|
562 |
-
<script defer>
|
563 |
-
calculateSizes("gguf")
|
564 |
-
</script>
|
565 |
<script
|
566 |
defer
|
567 |
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"
|
568 |
></script>
|
|
|
|
|
|
|
569 |
</body>
|
570 |
</html>
|
|
|
559 |
</div>
|
560 |
</div>
|
561 |
</div>
|
|
|
|
|
|
|
562 |
<script
|
563 |
defer
|
564 |
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"
|
565 |
></script>
|
566 |
+
<script defer>
|
567 |
+
calculateSizes("gguf")
|
568 |
+
</script>
|
569 |
</body>
|
570 |
</html>
|