Update public/ai/hdale.js
Browse files- public/ai/hdale.js +1 -2
public/ai/hdale.js
CHANGED
@@ -13,8 +13,7 @@ var fetch = require("node-fetch");
|
|
13 |
const response = await fetch(
|
14 |
"https://api-inference.huggingface.co/models/openskyml/dalle-3-xl",
|
15 |
{
|
16 |
-
headers: { Authorization: "Bearer
|
17 |
-
" },
|
18 |
method: "POST",
|
19 |
body: JSON.stringify(data),
|
20 |
}
|
|
|
13 |
const response = await fetch(
|
14 |
"https://api-inference.huggingface.co/models/openskyml/dalle-3-xl",
|
15 |
{
|
16 |
+
headers: { Authorization: "Bearer" },
|
|
|
17 |
method: "POST",
|
18 |
body: JSON.stringify(data),
|
19 |
}
|