bofenghuang commited on
Commit
e8b6f1a
·
1 Parent(s): 22f738a
Files changed (1) hide show
  1. run_demo_multi_models.py +2 -1
run_demo_multi_models.py CHANGED
@@ -14,8 +14,9 @@ disable_progress_bar()
14
  DEFAULT_MODEL_NAME = "bofenghuang/whisper-large-v2-cv11-french"
15
  # make sure no OOM
16
  MODEL_NAMES = [
17
- "bofenghuang/whisper-medium-cv11-french",
18
  "bofenghuang/whisper-large-v2-cv11-french",
 
19
  ]
20
  CHUNK_LENGTH_S = 30
21
  # STRIDE_LENGTH_S = 0
 
14
  DEFAULT_MODEL_NAME = "bofenghuang/whisper-large-v2-cv11-french"
15
  # make sure no OOM
16
  MODEL_NAMES = [
17
+ # "bofenghuang/whisper-medium-cv11-french",
18
  "bofenghuang/whisper-large-v2-cv11-french",
19
+ "bofenghuang/whisper-large-v2-french",
20
  ]
21
  CHUNK_LENGTH_S = 30
22
  # STRIDE_LENGTH_S = 0