dwb2023 commited on
Commit
4e52ccc
·
verified ·
1 Parent(s): 686944a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import os
11
 
12
  MODEL_NAME = "openai/whisper-large-v3"
13
  BATCH_SIZE = 8
14
- FILE_LIMIT_MB = 1500
15
  YT_LENGTH_LIMIT_S = 4800 # limit to 1.5 hour YouTube files
16
 
17
  device = 0 if torch.cuda.is_available() else "cpu"
 
11
 
12
  MODEL_NAME = "openai/whisper-large-v3"
13
  BATCH_SIZE = 8
14
+ FILE_LIMIT_MB = 1000
15
  YT_LENGTH_LIMIT_S = 4800 # limit to 1.5 hour YouTube files
16
 
17
  device = 0 if torch.cuda.is_available() else "cpu"