taigrr commited on
Commit
32c2bbd
·
verified ·
1 Parent(s): fea6f46

Bump @nationaldesignstudio/rampart 0.1.1 → 0.1.2

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -1015,7 +1015,7 @@ async function loadModel() {
1015
  // Dynamically import the npm package from jsdelivr CDN
1016
  loadingText.textContent = 'Fetching package…';
1017
  loadingBar.style.width = '40%';
1018
- const rampart = await import('https://cdn.jsdelivr.net/npm/@nationaldesignstudio/rampart@0.1.1/dist/index.js');
1019
 
1020
  loadingText.textContent = 'Initializing guard…';
1021
  loadingSub.textContent = 'Loading ONNX weights from Hugging Face Hub';
 
1015
  // Dynamically import the npm package from jsdelivr CDN
1016
  loadingText.textContent = 'Fetching package…';
1017
  loadingBar.style.width = '40%';
1018
+ const rampart = await import('https://cdn.jsdelivr.net/npm/@nationaldesignstudio/rampart@0.1.2/dist/index.js');
1019
 
1020
  loadingText.textContent = 'Initializing guard…';
1021
  loadingSub.textContent = 'Loading ONNX weights from Hugging Face Hub';