Skip to content

Commit 11f61ce

Browse files
authored
whisper.wasm : add labels for easier radio selection (ggml-org#435)
1 parent b5ddb16 commit 11f61ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/whisper.wasm/index-tmpl.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
<!-- radio button to select between file upload or microphone -->
6363
<div id="input">
6464
Input:
65-
<input type="radio" id="file" name="input" value="file" checked="checked" onchange="changeInput('file')" /> File
66-
<input type="radio" id="mic" name="input" value="mic" onchange="changeInput('mic')" /> Microphone
65+
<input type="radio" id="file" name="input" value="file" checked="checked" onchange="changeInput('file')" /> <label for="file">File</label>
66+
<input type="radio" id="mic" name="input" value="mic" onchange="changeInput('mic')" /> <label for="mic">Microphone</label>
6767
</div>
6868

6969
<br>

0 commit comments

Comments
 (0)