leenag commited on
Commit
5c47605
·
verified ·
1 Parent(s): dbf4983

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ from transformers import pipeline
12
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
13
  pipe = pipeline(
14
  "automatic-speech-recognition",
15
- model="vrclc/Whisper-medium-Malayalam",
16
  chunk_length_s=10,
17
  device=device,
18
  )
 
12
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
13
  pipe = pipeline(
14
  "automatic-speech-recognition",
15
+ model="vrclc/Whisper-small-Malayalam",
16
  chunk_length_s=10,
17
  device=device,
18
  )