diff --git a/frontend/components/TryOut/ASR.tsx b/frontend/components/TryOut/ASR.tsx
index b9906f3..63a559e 100644
--- a/frontend/components/TryOut/ASR.tsx
+++ b/frontend/components/TryOut/ASR.tsx
@@ -77,6 +77,7 @@ function FileUploadButton({
ref={inputRef}
onChange={handleFileChange}
display="none"
+ accept=".wav"
onClick={(event: any) => {
event.target.value = null;
}}
@@ -391,6 +392,7 @@ export default function ASR({ services }: { services: any }) {
recorderControls={recorderControls}
/>
+ (Upload .wav files)
{success ? (