Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
@@ -66,7 +66,7 @@
|
|
66 |
<button id="fetch-whisper-tiny" onclick="loadWhisper('tiny')">tiny (75 MB)</button>
|
67 |
<button id="fetch-whisper-base-en" onclick="loadWhisper('base.en')">base.en (142 MB)</button>
|
68 |
<button id="fetch-whisper-base" onclick="loadWhisper('base')">base (142 MB)</button>
|
69 |
-
<button id="fetch-whisper-extra" onclick="loadWhisper('extra')">
|
70 |
<span id="fetch-whisper-progress"></span>
|
71 |
|
72 |
<input type="file" id="whisper-file" name="file" onchange="loadFile(event, 'whisper.bin')" />
|
@@ -325,7 +325,7 @@
|
|
325 |
'tiny': 'models/ggml-tiny.bin',
|
326 |
'base.en': 'models/ggml-base.en.bin',
|
327 |
'base': 'models/ggml-base.bin',
|
328 |
-
'extra': 'https://huggingface.co/radames/
|
329 |
|
330 |
};
|
331 |
|
|
|
66 |
<button id="fetch-whisper-tiny" onclick="loadWhisper('tiny')">tiny (75 MB)</button>
|
67 |
<button id="fetch-whisper-base-en" onclick="loadWhisper('base.en')">base.en (142 MB)</button>
|
68 |
<button id="fetch-whisper-base" onclick="loadWhisper('base')">base (142 MB)</button>
|
69 |
+
<button id="fetch-whisper-extra" onclick="loadWhisper('extra')">EXTRA</button>
|
70 |
<span id="fetch-whisper-progress"></span>
|
71 |
|
72 |
<input type="file" id="whisper-file" name="file" onchange="loadFile(event, 'whisper.bin')" />
|
|
|
325 |
'tiny': 'models/ggml-tiny.bin',
|
326 |
'base.en': 'models/ggml-base.en.bin',
|
327 |
'base': 'models/ggml-base.bin',
|
328 |
+
'extra': 'https://huggingface.co/radames/general/resolve/main/ggml-tiny.bin'
|
329 |
|
330 |
};
|
331 |
|