Ailyth commited on
Commit
de16867
1 Parent(s): 574cd11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ bert_path = os.environ.get(
39
  "bert_path", "pretrained_models/chinese-roberta-wwm-ext-large"
40
  )
41
 
42
- MODEL_NAME = abs_path("whisper-medium")
43
  pipe = pipeline(
44
  task="automatic-speech-recognition",
45
  model=MODEL_NAME,
 
39
  "bert_path", "pretrained_models/chinese-roberta-wwm-ext-large"
40
  )
41
 
42
+ MODEL_NAME = "openai/whisper-medium"
43
  pipe = pipeline(
44
  task="automatic-speech-recognition",
45
  model=MODEL_NAME,