rbcurzon commited on
Commit
b34109f
·
verified ·
1 Parent(s): 070058b

Update app.py

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