Spaces:
Runtime error
Runtime error
Add MediaTek-Research/Breeze-ASR-25
Browse files
app.py
CHANGED
|
@@ -20,6 +20,7 @@ from pyannote.audio.pipelines.utils.hook import ProgressHook
|
|
| 20 |
|
| 21 |
# —————— Model Lists ——————
|
| 22 |
WHISPER_MODELS = [
|
|
|
|
| 23 |
"asadfgglie/faster-whisper-large-v3-zh-TW",
|
| 24 |
"deepdml/faster-whisper-large-v3-turbo-ct2",
|
| 25 |
"guillaumekln/faster-whisper-tiny",
|
|
|
|
| 20 |
|
| 21 |
# —————— Model Lists ——————
|
| 22 |
WHISPER_MODELS = [
|
| 23 |
+
"SoybeanMilk/faster-whisper-Breeze-ASR-25",
|
| 24 |
"asadfgglie/faster-whisper-large-v3-zh-TW",
|
| 25 |
"deepdml/faster-whisper-large-v3-turbo-ct2",
|
| 26 |
"guillaumekln/faster-whisper-tiny",
|