From 73117113c97575dcf61af05b4aee8b97f6f8ac8a Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Thu, 27 Aug 2020 09:12:54 -0400 Subject: [PATCH] update --- example/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/index.html b/example/index.html index 8da20fd..3673d8b 100644 --- a/example/index.html +++ b/example/index.html @@ -6,7 +6,7 @@ - + @@ -18,7 +18,7 @@ /* tfjs should be loaded explicitly and is not embedded inside facepi.js to keep size small and allow reusability */ // configuration options - const modelPath = '../weights/'; // relative path to model that will be loaded using http + const modelPath = 'https://vladmandic.github.io/face-api/weights/'; // path to model folder that will be loaded using http const imgSize = 512; // maximum image size in pixels const minScore = 0.1; // minimum score const maxResults = 5; // maximum number of results to return