Spaces:
Running
Running
Update script.js
Browse files
script.js
CHANGED
@@ -18,7 +18,7 @@ const modelLinks = ["https://api-inference.huggingface.co/models/Shakker-Labs/FL
|
|
18 |
async function query(data) {
|
19 |
const response = await fetch(
|
20 |
|
21 |
-
modelLinks[
|
22 |
// "https://api-inference.huggingface.co/models/glif/90s-anime-art",
|
23 |
{
|
24 |
headers: {
|
|
|
18 |
async function query(data) {
|
19 |
const response = await fetch(
|
20 |
|
21 |
+
modelLinks[2],
|
22 |
// "https://api-inference.huggingface.co/models/glif/90s-anime-art",
|
23 |
{
|
24 |
headers: {
|