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

Function enablePredictButton

data-generator/ui.js:204–206  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

202}
203
204export function enablePredictButton() {
205 document.getElementById('predict').removeAttribute('disabled');
206}
207
208export function disablePredictButton() {
209 document.getElementById('predict').setAttribute('disabled', true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected