Uncaught (in promise) TypeError: vhcle_model.detect is not a functio code example
Example: Uncaught TypeError: model.predict is not a function
tf.loadModel('file://./model-1a/model.json').then(model => {
model.predict();
});
tf.loadModel('file://./model-1a/model.json').then(model => {
model.predict();
});