MCPcopy Create free account
hub / github.com/cpystan/SD-VLM / updateModelSelect

Function updateModelSelect

llava/eval/webpage/script.js:64–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

62}
63
64function updateModelSelect() {
65 const select = document.getElementById('model-select');
66 img_path = modelFigureMapping[select.value];
67 document.getElementById('other-model-figure').src = img_path;
68}
69
70function populateModels(models) {
71 const select = document.getElementById('model-select');

Callers 2

populateModelsFunction · 0.85
script.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected