Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ from IPython.display import Audio
|
|
18 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
19 |
|
20 |
# load model and processor
|
21 |
-
model_id = "rbcurzon/whisper-
|
22 |
|
23 |
pipe = pipeline(
|
24 |
"automatic-speech-recognition",
|
|
|
18 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
19 |
|
20 |
# load model and processor
|
21 |
+
model_id = "rbcurzon/whisper-medium-tgl"
|
22 |
|
23 |
pipe = pipeline(
|
24 |
"automatic-speech-recognition",
|