thejagstudio commited on
Commit
6d0c6f6
·
verified ·
1 Parent(s): 4106d0e

Update templates/index.html

Browse files
Files changed (1) hide show
  1. 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("http://15.207.222.111/processor", {
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"