wtlow003 commited on
Commit
365de93
·
1 Parent(s): 97319bc

fix: model

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import torch
6
  from transformers import pipeline
7
  from transformers.pipelines.audio_utils import ffmpeg_read
8
 
9
- MODEL_NAME = "openai/whisper-large-v3"
10
  BATCH_SIZE = 8
11
  FILE_LIMIT_MB = 1000
12
 
 
6
  from transformers import pipeline
7
  from transformers.pipelines.audio_utils import ffmpeg_read
8
 
9
+ MODEL_NAME = "jensenlwt/whisper-small-singlish-122k"
10
  BATCH_SIZE = 8
11
  FILE_LIMIT_MB = 1000
12