Spaces:
Paused
Paused
Update static/index.html
Browse files- 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('
|
| 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 |
});
|