complete-mmx commited on
Commit
ee066a3
1 Parent(s): a10f995

Update html/index.html

Browse files
Files changed (1) hide show
  1. html/index.html +1 -1
html/index.html CHANGED
@@ -50,7 +50,7 @@
50
 
51
  <br><br>
52
 
53
- <div id="model-whisper">
54
  Whisper models: <span id="model-whisper-status"></span><br><br>
55
  <button id="fetch-whisper-tiny-en" onclick="loadWhisper('tiny.en')">tiny.en (75 MB)</button>
56
  <button id="fetch-whisper-tiny" onclick="loadWhisper('tiny')">tiny (75 MB)</button>
 
50
 
51
  <br><br>
52
 
53
+ <div id="model">
54
  Whisper models: <span id="model-whisper-status"></span><br><br>
55
  <button id="fetch-whisper-tiny-en" onclick="loadWhisper('tiny.en')">tiny.en (75 MB)</button>
56
  <button id="fetch-whisper-tiny" onclick="loadWhisper('tiny')">tiny (75 MB)</button>