Spaces:
Running
Running
Update script.js
Browse files
script.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
const token = window.huggingface.variables.
|
2 |
console.log(token+"HELLO");
|
3 |
const imageBox_el = document.getElementById("imageBox");
|
4 |
const promptText_el = document.getElementById("promptText");
|
|
|
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");
|