pull/280/head
Vladimir Mandic 2021-02-26 10:13:31 -05:00
parent fc20b3f48f
commit b448f71260
2 changed files with 2 additions and 2 deletions

View File

@ -530,7 +530,7 @@ async function main() {
if (ui.modelsPreload && !ui.useWorker) {
status('loading');
await human.load(userConfig); // this is not required, just pre-loads all models
const loaded = Object.keys(human.models).filter((a) => human.models[a]).map((b) => b);
const loaded = Object.keys(human.models).filter((a) => human.models[a]);
log('Demo loaded models:', loaded);
}
if (!ui.useWorker) {

2
wiki

@ -1 +1 @@
Subproject commit ac89ded33d7063aa059575eae1df3f81bfb35b7f
Subproject commit fcace27e636586c0174742198c9b3df3d06e07ee