Spaces:
Running
Running
File size: 2,179 Bytes
fcccc22 0f0ae9c ccd5413 8f94e93 d757f81 20bd4e8 fcccc22 3641ecd fcccc22 6460fdc fcccc22 6460fdc ee5647a 6460fdc c0ab3e2 6460fdc fcccc22 6460fdc fcccc22 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script src="https://cdn.tailwindcss.com"></script>
<!-- polyfill for firefox + import maps -->
<script src="https://unpkg.com/[email protected]/dist/es-module-shims.js"></script>
<script type="importmap">
{
"imports": {
"@huggingface/hub-unbundled": "https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/dist/browser/index.mjs",
"@huggingface/hub-unbundled-regular": "https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/dist/browser/index.mjs",
"@huggingface/hub-regular": "https://esm.sh/@huggingface/[email protected]",
"@huggingface/hub-esm": "https://esm.sh/@huggingface/[email protected]",
"@huggingface/hub": "https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/+esm"
}
}
</script>
<script type="module" src="./app.js"></script>
</head>
<body>
<div class="container mx-auto pt-8 flex flex-col gap-4">
<p class="text-gray-400 text-sm">https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/dist/browser/index.mjs</p>
<pre id="hub-unbundled" class="bg-gray-100 rounded p-3 mb-8 text-sm">
Output will be here</pre
>
<p class="text-gray-400 text-sm">https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/dist/browser/index.mjs</p>
<pre id="hub-unbundled-regular" class="bg-gray-100 rounded p-3 mb-8 text-sm">
Output will be here</pre
>
<p class="text-gray-400 text-sm">https://esm.sh/@huggingface/[email protected]</p>
<pre id="hub-regular" class="bg-gray-100 rounded p-3 mb-8 text-sm">
Output will be here</pre
>
<p class="text-gray-400 text-sm">https://esm.sh/@huggingface/[email protected]</p>
<pre id="hub-esm" class="bg-gray-100 rounded p-3 mb-8 text-sm">
Output will be here</pre>
<p class="text-gray-400 text-sm">https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/+esm</p>
<pre id="hub" class="bg-gray-100 rounded p-3 mb-8 text-sm">
Output will be here</pre
>
</div>
</body>
</html>
|