From 89dd406a1d0287f9b4150203c7819d37d3a60314 Mon Sep 17 00:00:00 2001 From: awsr <43862868+awsr@users.noreply.github.com> Date: Sat, 7 Feb 2026 12:14:02 -0800 Subject: [PATCH] Add call to initGalleryAutoRefresh --- javascript/gallery.js | 1 + 1 file changed, 1 insertion(+) diff --git a/javascript/gallery.js b/javascript/gallery.js index 51ce478f9..5361cd8c7 100644 --- a/javascript/gallery.js +++ b/javascript/gallery.js @@ -1353,6 +1353,7 @@ async function initGallery() { // triggered on gradio change to monitor when ui monitorGalleries(); updateFolders(); + initGalleryAutoRefresh(); [ 'browser_folders', 'outdir_samples',