MCPcopy Index your code
hub / github.com/tensorflow/tfjs-examples / setPredictFunction

Function setPredictFunction

sentiment/ui.js:68–71  ·  view source on GitHub ↗
(predict)

Source from the content-addressed store, hash-verified

66}
67
68function setPredictFunction(predict) {
69 const reviewText = document.getElementById('review-text');
70 reviewText.addEventListener('input', () => doPredict(predict));
71}
72
73export function disableLoadModelButtons() {
74 document.getElementById('load-pretrained-remote').style.display = 'none';

Callers 1

prepUIFunction · 0.70

Calls 1

doPredictFunction · 0.85

Tested by

no test coverage detected