KingNish commited on
Commit
ece5079
·
verified ·
1 Parent(s): ee9427e

Update app.py

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