mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2024-12-29 10:09:04 +01:00
whisper.wasm : add labels for easier radio selection (#435)
This commit is contained in:
parent
b5ddb16ec7
commit
11f61cecd6
@ -62,8 +62,8 @@
|
|||||||
<!-- radio button to select between file upload or microphone -->
|
<!-- radio button to select between file upload or microphone -->
|
||||||
<div id="input">
|
<div id="input">
|
||||||
Input:
|
Input:
|
||||||
<input type="radio" id="file" name="input" value="file" checked="checked" onchange="changeInput('file')" /> File
|
<input type="radio" id="file" name="input" value="file" checked="checked" onchange="changeInput('file')" /> <label for="file">File</label>
|
||||||
<input type="radio" id="mic" name="input" value="mic" onchange="changeInput('mic')" /> Microphone
|
<input type="radio" id="mic" name="input" value="mic" onchange="changeInput('mic')" /> <label for="mic">Microphone</label>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user