Spaces:
Running
Running
<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/es-module-shims@1.7.0/dist/es-module-shims.js"></script> | |
<script type="importmap"> | |
{ | |
"imports": { | |
"@huggingface/hub-unbundled": "https://cdn.jsdelivr.net/npm/@huggingface/hub@0.15.1-sha.1/dist/browser/index.mjs", | |
"@huggingface/hub-unbundled-regular": "https://cdn.jsdelivr.net/npm/@huggingface/hub@0.15.1/dist/browser/index.mjs", | |
"@huggingface/hub-regular": "https://esm.sh/@huggingface/hub@0.15.1", | |
"@huggingface/hub-esm": "https://esm.sh/@huggingface/hub@0.15.1-sha.1", | |
"@huggingface/hub": "https://cdn.jsdelivr.net/npm/@huggingface/hub@0.15.1-sha.1/+esm" | |
} | |
} | |
</script> | |
<script type="module" src="./app.js"></script> | |
</head> | |
<body> | |
<div class="container mx-auto pt-8 flex flex-col gap-4"> | |
<h2 class="font-bold">@huggingface/hub@0.15.1</h2> | |
<p class="text-gray-400 text-sm">https://cdn.jsdelivr.net/npm/@huggingface/hub@0.15.1/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/hub@0.15.1</p> | |
<pre id="hub-regular" class="bg-gray-100 rounded p-3 mb-8 text-sm"> | |
Output will be here</pre | |
> | |
<h2 class="font-bold">@huggingface/hub@0.15.1-sha.1</h2> | |
<p class="text-gray-400 text-sm">https://cdn.jsdelivr.net/npm/@huggingface/hub@0.15.1-sha.1/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://esm.sh/@huggingface/hub@0.15.1-sha.1</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/hub@0.15.1-sha.1/+esm</p> | |
<pre id="hub" class="bg-gray-100 rounded p-3 mb-8 text-sm"> | |
Output will be here</pre | |
> | |
</div> | |
</body> | |
</html> | |