multimodalart HF Staff commited on
Commit
f396aba
·
1 Parent(s): 5a2fdd4

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -31,7 +31,7 @@
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
 
36
  const uploadButton = document.getElementById('uploadButton');
37
  uploadButton.addEventListener('click', upload);
 
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);