Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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 =
|
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(
|