csikasote commited on
Commit
b862eeb
1 Parent(s): e3ca496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import pytube as pt
5
  from transformers import pipeline
6
 
7
 
8
- MODEL_NAME = "openai/whisper-small"
9
 
10
  device = "cuda" if torch.cuda.is_available() else "cpu"
11
 
 
5
  from transformers import pipeline
6
 
7
 
8
+ MODEL_NAME = "csikasote/whisper-medium-bem"
9
 
10
  device = "cuda" if torch.cuda.is_available() else "cpu"
11