Luigi commited on
Commit
0d09f4a
·
1 Parent(s): c9a0c53

add more fwhisper models (2)

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -18,10 +18,14 @@ from termcolor import cprint
18
 
19
  # —————— Model Lists ——————
20
  WHISPER_MODELS = [
 
21
  "Systran/faster-whisper-large-v3",
22
  "deepdml/faster-whisper-large-v3-turbo-ct2",
23
  "XA9/Belle-faster-whisper-large-v3-zh-punct",
24
  "asadfgglie/faster-whisper-large-v3-zh-TW",
 
 
 
25
  ]
26
 
27
  SENSEVOICE_MODELS = [
 
18
 
19
  # —————— Model Lists ——————
20
  WHISPER_MODELS = [
21
+ "guillaumekln/faster-whisper-tiny",
22
  "Systran/faster-whisper-large-v3",
23
  "deepdml/faster-whisper-large-v3-turbo-ct2",
24
  "XA9/Belle-faster-whisper-large-v3-zh-punct",
25
  "asadfgglie/faster-whisper-large-v3-zh-TW",
26
+ "guillaumekln/faster-whisper-medium",
27
+ "guillaumekln/faster-whisper-small",
28
+ "guillaumekln/faster-whisper-base",
29
  ]
30
 
31
  SENSEVOICE_MODELS = [