bofenghuang commited on
Commit
8b95726
·
1 Parent(s): 025dcb5
Files changed (1) hide show
  1. run_demo_multi_models.py +1 -1
run_demo_multi_models.py CHANGED
@@ -18,7 +18,7 @@ MODEL_NAMES = [
18
  "bofenghuang/whisper-large-v2-cv11-french",
19
  ]
20
  CHUNK_LENGTH_S = 30
21
- MAX_NEW_TOKENS = 225
22
 
23
  logging.basicConfig(
24
  format="%(asctime)s [%(levelname)s] [%(name)s] %(message)s",
 
18
  "bofenghuang/whisper-large-v2-cv11-french",
19
  ]
20
  CHUNK_LENGTH_S = 30
21
+ # MAX_NEW_TOKENS = 225
22
 
23
  logging.basicConfig(
24
  format="%(asctime)s [%(levelname)s] [%(name)s] %(message)s",