Luigi commited on
Commit
d6c150b
·
1 Parent(s): 55ac4a7

Add MediaTek-Research/Breeze-ASR-25

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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",