add extra networks to xyz

This commit is contained in:
Vladimir Mandic
2023-06-05 10:32:08 -04:00
parent 9726b4d23c
commit c0a824d8c6
13 changed files with 104 additions and 52 deletions
+8
View File
@@ -18,3 +18,11 @@ onUiUpdate(() => {
select.onchange = () => select.title = titles[select.value] || '';
});
});
/*
// dump elements
const elements = [
...Array.from(gradioApp().querySelectorAll('button')).map(el => ({id: el.id, text: el.textContent, title: el.title })),
...Array.from(gradioApp().querySelectorAll('label > span')).map(el => ({id: el.id, text: el.textContent, title: el.title })),
];
*/