Spaces:
Running
on
Zero
Running
on
Zero
add new whisper variant to the list
Browse files
app.py
CHANGED
@@ -20,14 +20,15 @@ from pyannote.audio.pipelines.utils.hook import ProgressHook
|
|
20 |
|
21 |
# —————— Model Lists ——————
|
22 |
WHISPER_MODELS = [
|
|
|
23 |
"guillaumekln/faster-whisper-tiny",
|
24 |
"Systran/faster-whisper-large-v3",
|
25 |
-
"deepdml/faster-whisper-large-v3-turbo-ct2",
|
26 |
"XA9/Belle-faster-whisper-large-v3-zh-punct",
|
27 |
"asadfgglie/faster-whisper-large-v3-zh-TW",
|
28 |
"guillaumekln/faster-whisper-medium",
|
29 |
"guillaumekln/faster-whisper-small",
|
30 |
"guillaumekln/faster-whisper-base",
|
|
|
31 |
]
|
32 |
|
33 |
SENSEVOICE_MODELS = [
|
|
|
20 |
|
21 |
# —————— Model Lists ——————
|
22 |
WHISPER_MODELS = [
|
23 |
+
"deepdml/faster-whisper-large-v3-turbo-ct2",
|
24 |
"guillaumekln/faster-whisper-tiny",
|
25 |
"Systran/faster-whisper-large-v3",
|
|
|
26 |
"XA9/Belle-faster-whisper-large-v3-zh-punct",
|
27 |
"asadfgglie/faster-whisper-large-v3-zh-TW",
|
28 |
"guillaumekln/faster-whisper-medium",
|
29 |
"guillaumekln/faster-whisper-small",
|
30 |
"guillaumekln/faster-whisper-base",
|
31 |
+
"Luigi/whisper-small-zh_tw-ct2",
|
32 |
]
|
33 |
|
34 |
SENSEVOICE_MODELS = [
|