diff --git a/src/islands/media/VoiceToText.tsx b/src/islands/media/VoiceToText.tsx index 362eb1f..8ea89aa 100644 --- a/src/islands/media/VoiceToText.tsx +++ b/src/islands/media/VoiceToText.tsx @@ -157,10 +157,15 @@ export default function VoiceToText() { -
+
+ {!audioBlob && !busy && ( + + {recorder.recording ? 'Press Stop to finish the recording first.' : 'Record or drop a file to enable this.'} + + )}
{modelProgress !== null && (