diff --git a/index.html b/index.html
index 7882c64..9d114a0 100644
--- a/index.html
+++ b/index.html
@@ -1836,6 +1836,9 @@
Load from Local Storage
hyperaudio();
}
+ // Regenerate captions from the newly aligned transcript
+ hyperaudioGenerateCaptionsFromTranscript();
+
} catch (error) {
console.error('Alignment error:', error);
hypertranscriptDiv.innerHTML = originalContent;