KingNish commited on
Commit
bffc431
·
verified ·
1 Parent(s): 4731eae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import tempfile
7
  import os
8
 
9
  MODEL_NAME = "ylacombe/whisper-large-v3-turbo"
10
- BATCH_SIZE = 32
11
  device = 0 if torch.cuda.is_available() else "cpu"
12
 
13
  pipe = pipeline(
 
7
  import os
8
 
9
  MODEL_NAME = "ylacombe/whisper-large-v3-turbo"
10
+ BATCH_SIZE = 1
11
  device = 0 if torch.cuda.is_available() else "cpu"
12
 
13
  pipe = pipeline(