Gregniuki commited on
Commit
2a5272b
·
verified ·
1 Parent(s): 47167b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ print(f"Using device: {device}, dtype: {dtype}")
60
 
61
  pipe = pipeline(
62
  "automatic-speech-recognition",
63
- model="openai/whisper-medium-v3-turbo",
64
  torch_dtype=torch.float16,
65
  device=device,
66
  )
 
60
 
61
  pipe = pipeline(
62
  "automatic-speech-recognition",
63
+ model="Aspik101/whisper-small-pl",
64
  torch_dtype=torch.float16,
65
  device=device,
66
  )