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

Function status

sentiment/ui.js:25–28  ·  view source on GitHub ↗
(statusText)

Source from the content-addressed store, hash-verified

23};
24
25export function status(statusText) {
26 console.log(statusText);
27 document.getElementById('status').textContent = statusText;
28}
29
30export function showMetadata(sentimentMetadataJSON) {
31 document.getElementById('modelType').textContent =

Callers 1

doPredictFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected