rbcurzon commited on
Commit
71b7415
·
verified ·
1 Parent(s): e8eea35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-tgl"
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,