MingLi commited on
Commit
83a9ef7
·
1 Parent(s): b465de4

更改小模型

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ app = FastAPI()
13
 
14
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
15
 
16
- model_id = "openai/whisper-medium.en"
17
 
18
  pipe = pipeline(
19
  "automatic-speech-recognition",
 
13
 
14
  device = "cuda:0" if torch.cuda.is_available() else "cpu"
15
 
16
+ model_id = "openai/whisper-small.en"
17
 
18
  pipe = pipeline(
19
  "automatic-speech-recognition",