Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -483,7 +483,7 @@
|
|
| 483 |
}
|
| 484 |
|
| 485 |
function loadWhisper(model) {
|
| 486 |
-
const baseURL = "https://huggingface.co/ggerganov/whisper.cpp/resolve/
|
| 487 |
let urls = {
|
| 488 |
"tiny.en": `${baseURL}/ggml-model-whisper-tiny.en.bin`,
|
| 489 |
tiny: `${baseURL}/ggml-model-whisper-tiny.bin`,
|
|
|
|
| 483 |
}
|
| 484 |
|
| 485 |
function loadWhisper(model) {
|
| 486 |
+
const baseURL = "https://huggingface.co/ggerganov/whisper.cpp/resolve/refs%2Fpr%2F5"
|
| 487 |
let urls = {
|
| 488 |
"tiny.en": `${baseURL}/ggml-model-whisper-tiny.en.bin`,
|
| 489 |
tiny: `${baseURL}/ggml-model-whisper-tiny.bin`,
|