multimodalart HF Staff commited on
Commit
0b9db15
·
1 Parent(s): f396aba

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -2
index.html CHANGED
@@ -31,8 +31,7 @@
31
  <div id="error"></div>
32
 
33
  <script type="module">
34
- import { createRepo, uploadFiles } from './hf.js';
35
-
36
  const uploadButton = document.getElementById('uploadButton');
37
  uploadButton.addEventListener('click', upload);
38
 
 
31
  <div id="error"></div>
32
 
33
  <script type="module">
34
+ import { createRepo, uploadFiles } from "https://cdn.jsdelivr.net/npm/@huggingface/[email protected]/+esm";
 
35
  const uploadButton = document.getElementById('uploadButton');
36
  uploadButton.addEventListener('click', upload);
37