Spaces:
Runtime error
Runtime error
Ayushdavidkushwahaaaa
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ warnings.filterwarnings('ignore')
|
|
6 |
from transformers import pipeline
|
7 |
import os
|
8 |
|
9 |
-
MODEL_NAME = "openai/whisper-
|
10 |
BATCH_SIZE = 8
|
11 |
|
12 |
device = 0 if torch.cuda.is_available() else "cpu"
|
|
|
6 |
from transformers import pipeline
|
7 |
import os
|
8 |
|
9 |
+
MODEL_NAME = "openai/whisper-medium"
|
10 |
BATCH_SIZE = 8
|
11 |
|
12 |
device = 0 if torch.cuda.is_available() else "cpu"
|