update gradio and add batch img2img

This commit is contained in:
Vladimir Mandic
2023-08-25 16:36:45 +00:00
parent 8ef4aa7a4a
commit e810d59fb8
12 changed files with 36 additions and 19 deletions
+1
View File
@@ -39,6 +39,7 @@ async function removeSplash() {
const splash = document.getElementById('splash');
if (splash) splash.remove();
console.log('removeSplash');
console.log('startupTime', Math.round(performance.now() - appStartTime) / 1000);
}
window.onload = createSplash;