mirror of
https://github.com/vladmandic/automatic
synced 2026-09-18 16:54:33 +02:00
@@ -4,7 +4,6 @@ function controlInputMode(inputMode, ...args) {
|
||||
const tab = gradioApp().querySelector('#control-tab-input button.selected');
|
||||
if (!tab) return ['Image', ...args];
|
||||
inputMode = tab.innerText;
|
||||
console.log('HERE0', tab, inputMode);
|
||||
return [inputMode, ...args];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user