Spaces:
Sleeping
Sleeping
Update whisper_models.py
Browse files- whisper_models.py +1 -1
whisper_models.py
CHANGED
|
@@ -8,5 +8,5 @@ whisper_models = [
|
|
| 8 |
"large-v2", "distil-large-v2", "Systran/faster-distil-whisper-large-v2",
|
| 9 |
"large-v3", "distil-large-v3", "Systran/faster-distil-whisper-large-v3", "distil-whisper/distil-large-v3-ct2",
|
| 10 |
"deepdml/faster-whisper-large-v3-turbo-ct2", "Zoont/faster-whisper-large-v3-turbo-int8-ct2", "erax-ai/EraX-WoW-Turbo-V1.1-CT2",
|
| 11 |
-
"distil-whisper/distil-large-v3.5-ct2",
|
| 12 |
]
|
|
|
|
| 8 |
"large-v2", "distil-large-v2", "Systran/faster-distil-whisper-large-v2",
|
| 9 |
"large-v3", "distil-large-v3", "Systran/faster-distil-whisper-large-v3", "distil-whisper/distil-large-v3-ct2",
|
| 10 |
"deepdml/faster-whisper-large-v3-turbo-ct2", "Zoont/faster-whisper-large-v3-turbo-int8-ct2", "erax-ai/EraX-WoW-Turbo-V1.1-CT2",
|
| 11 |
+
"distil-whisper/distil-large-v3.5-ct2", "openai/whisper-large-v3", "openai/whisper-medium.en",
|
| 12 |
]
|