diff --git a/demo/facematch/facematch.js b/demo/facematch/facematch.js
index 768bac56..97fcdf66 100644
--- a/demo/facematch/facematch.js
+++ b/demo/facematch/facematch.js
@@ -213,7 +213,7 @@ async function main() {
'groups/group14.jpg',
];
// add prefix for gitpages
- images = images.map((a) => `/samples/${a}`);
+ images = images.map((a) => `/human/samples/${a}`);
log('Adding static image list:', images.length, 'images');
}
diff --git a/demo/multithread/index.html b/demo/multithread/index.html
index d0693760..3551c2c1 100644
--- a/demo/multithread/index.html
+++ b/demo/multithread/index.html
@@ -14,7 +14,7 @@