Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ from transformers import WhisperProcessor, WhisperForConditionalGeneration, pipe
|
|
13 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
14 |
|
15 |
# load model and processor
|
16 |
-
model_id = "rbcurzon/whisper-small-
|
17 |
pipe = pipeline("automatic-speech-recognition",
|
18 |
model=model_id,
|
19 |
chunk_length_s=30,
|
|
|
13 |
device = "cuda:0" if torch.cuda.is_available() else "cpu"
|
14 |
|
15 |
# load model and processor
|
16 |
+
model_id = "rbcurzon/whisper-small-fil"
|
17 |
pipe = pipeline("automatic-speech-recognition",
|
18 |
model=model_id,
|
19 |
chunk_length_s=30,
|