pknayak commited on
Commit
8740fb2
·
verified ·
1 Parent(s): c737795

Update app.py

Browse files

replacing with the small version of the whisper model

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -20,7 +20,8 @@ else:
20
  TORCH_DTYPE = torch.float32
21
 
22
 
23
- MODEL_NAME = 'openai/whisper-large-v3'
 
24
 
25
  pipe = pipeline(
26
  "automatic-speech-recognition",
 
20
  TORCH_DTYPE = torch.float32
21
 
22
 
23
+ # MODEL_NAME = 'openai/whisper-large-v3'
24
+ MODEL_NAME = 'openai/whisper-small'
25
 
26
  pipe = pipeline(
27
  "automatic-speech-recognition",