Commit
•
0244bd5
1
Parent(s):
497f0f2
Update index.html
Browse files- index.html +8 -0
index.html
CHANGED
@@ -5,6 +5,14 @@
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="card">
|
|
|
5 |
<meta name="viewport" content="width=device-width" />
|
6 |
<title>My static Space</title>
|
7 |
<link rel="stylesheet" href="style.css" />
|
8 |
+
<script src="https://unpkg.com/es-module-shims@1.7.0/dist/es-module-shims.js"></script>
|
9 |
+
<script type="importmap">
|
10 |
+
{
|
11 |
+
"imports": {
|
12 |
+
"@huggingface/hub": "https://cdn.jsdelivr.net/npm/@huggingface/hub@0.12.3-oauth/+esm"
|
13 |
+
}
|
14 |
+
}
|
15 |
+
</script>
|
16 |
</head>
|
17 |
<body>
|
18 |
<div class="card">
|