Ashrafb commited on
Commit
98b125b
·
verified ·
1 Parent(s): 05bf103

Update static/index.html

Browse files
Files changed (1) hide show
  1. static/index.html +1 -1
static/index.html CHANGED
@@ -39,7 +39,7 @@
39
  formData.append('if_face', extractFace);
40
 
41
  try {
42
- const response = await fetch('http://localhost:8000/inference/', {
43
  method: 'POST',
44
  body: formData
45
  });
 
39
  formData.append('if_face', extractFace);
40
 
41
  try {
42
+ const response = await fetch('/inference/', {
43
  method: 'POST',
44
  body: formData
45
  });