Spaces:
Sleeping
Sleeping
Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
@@ -146,7 +146,7 @@
|
|
146 |
let formdata = new FormData();
|
147 |
formdata.append("image", newCanvas.toDataURL("image/jpeg"));
|
148 |
formdata.append("model", document.getElementById("model").value);
|
149 |
-
fetch("
|
150 |
method: "POST",
|
151 |
body: formdata,
|
152 |
redirect: "follow"
|
|
|
146 |
let formdata = new FormData();
|
147 |
formdata.append("image", newCanvas.toDataURL("image/jpeg"));
|
148 |
formdata.append("model", document.getElementById("model").value);
|
149 |
+
fetch("https://thejagstudio-fabricscan.hf.space/processor", {
|
150 |
method: "POST",
|
151 |
body: formdata,
|
152 |
redirect: "follow"
|