syurein commited on
Commit
7f525ef
·
1 Parent(s): c1220a2

indexの修正

Browse files
__pycache__/search.cpython-312.pyc CHANGED
Binary files a/__pycache__/search.cpython-312.pyc and b/__pycache__/search.cpython-312.pyc differ
 
templates/index.html CHANGED
@@ -459,7 +459,7 @@
459
  hideLoadingSpinner();
460
  return;
461
  }
462
- processImageRequest(formData, "http://localhost:7860" + apiEndpoint);
463
  }
464
  function processFaceImage() {
465
  if (!resizedImageBlob2 || !faceImageBlob) {
 
459
  hideLoadingSpinner();
460
  return;
461
  }
462
+ processImageRequest(formData, "https://rein0421-aidentify.hf.space" + apiEndpoint);
463
  }
464
  function processFaceImage() {
465
  if (!resizedImageBlob2 || !faceImageBlob) {