You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected Behavior:
When user hits "retry summarization", the app will feed the existing transcription from the sqlite database into the summarizer model and output an updated summary in the UI.
Actual Behavior:
App develops an entirely new transcription using the Whisper model selected and then well proceed to retry the summarization. This can take quite a long time for long audio transcriptions.