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

Function setReviewText

sentiment/ui.js:62–66  ·  view source on GitHub ↗
(text, predict)

Source from the content-addressed store, hash-verified

60}
61
62function setReviewText(text, predict) {
63 const reviewText = document.getElementById('review-text');
64 reviewText.value = text;
65 doPredict(predict);
66}
67
68function setPredictFunction(predict) {
69 const reviewText = document.getElementById('review-text');

Callers 1

prepUIFunction · 0.85

Calls 1

doPredictFunction · 0.85

Tested by

no test coverage detected