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

Function disableLoadModelButtons

translation/ui.js:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37export function disableLoadModelButtons() {
38 document.getElementById('load-pretrained-remote').disabled = true;
39 document.getElementById('load-pretrained-local').disabled = true;
40}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected