rbcurzon commited on
Commit
c6e5581
·
verified ·
1 Parent(s): 2f83497

refactor: Update ASR model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ logging.basicConfig(level=logging.INFO
38
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
39
 
40
  # load model and processor
41
- model_id = "rbcurzon/whisper-small-ph"
42
 
43
  pipe = pipeline(
44
  "automatic-speech-recognition",
 
38
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
39
 
40
  # load model and processor
41
+ model_id = "rbcurzon/whisper-medium-ph"
42
 
43
  pipe = pipeline(
44
  "automatic-speech-recognition",