MCPcopy Create free account
hub / github.com/tensorflow/tfjs-examples / isPredicting

Function isPredicting

webcam-transfer-learning/ui.js:52–54  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50}
51
52export function isPredicting() {
53 statusElement.style.visibility = 'visible';
54}
55export function donePredicting() {
56 statusElement.style.visibility = 'hidden';
57}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected