Temuzin64 commited on
Commit
b8555bd
·
verified ·
1 Parent(s): 94bb2b7

Update script.js

Browse files
Files changed (1) hide show
  1. script.js +1 -1
script.js CHANGED
@@ -1,4 +1,4 @@
1
- const token = huggingface.variables.tokenID;
2
  console.log(token);
3
  const imageBox_el = document.getElementById("imageBox");
4
  const promptText_el = document.getElementById("promptText");
 
1
+ const token = window.huggingface.variables.tokenID;
2
  console.log(token);
3
  const imageBox_el = document.getElementById("imageBox");
4
  const promptText_el = document.getElementById("promptText");