Temuzin64 commited on
Commit
2f89887
·
verified ·
1 Parent(s): 34e8b2c

Update script.js

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