"...resnet50_tensorflow.git" did not exist on "78047d547907ec924ff7b4a041d5a7824a74e269"
Commit 1fa3bf67 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: semi-lazy load

parent 0d3ce18a
......@@ -106,11 +106,6 @@
// IndexedDB Not Found
}
console.log();
await models.set(await getModels());
await tick();
await settings.set(JSON.parse(localStorage.getItem('settings') ?? '{}'));
await modelfiles.set(await getModelfiles(localStorage.token));
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment