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

Function disableLoadModelButtons

sentiment/ui.js:73–76  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71}
72
73export function disableLoadModelButtons() {
74 document.getElementById('load-pretrained-remote').style.display = 'none';
75 document.getElementById('load-pretrained-local').style.display = 'none';
76}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected