mirror of https://github.com/vladmandic/human
update
parent
fc20b3f48f
commit
b448f71260
|
@ -530,7 +530,7 @@ async function main() {
|
||||||
if (ui.modelsPreload && !ui.useWorker) {
|
if (ui.modelsPreload && !ui.useWorker) {
|
||||||
status('loading');
|
status('loading');
|
||||||
await human.load(userConfig); // this is not required, just pre-loads all models
|
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);
|
log('Demo loaded models:', loaded);
|
||||||
}
|
}
|
||||||
if (!ui.useWorker) {
|
if (!ui.useWorker) {
|
||||||
|
|
2
wiki
2
wiki
|
@ -1 +1 @@
|
||||||
Subproject commit ac89ded33d7063aa059575eae1df3f81bfb35b7f
|
Subproject commit fcace27e636586c0174742198c9b3df3d06e07ee
|
Loading…
Reference in New Issue