Gregniuki commited on
Commit
d6f362c
·
verified ·
1 Parent(s): f3d5783

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ print(f"Using device: {device}, dtype: {dtype}")
61
  pipe = pipeline(
62
  "automatic-speech-recognition",
63
  model="openai/whisper-large-v3-turbo",
64
- torch_dtype=torch.float16,
65
  device=device,
66
  )
67
  #vocos = Vocos.from_pretrained("charactr/vocos-mel-24khz")
 
61
  pipe = pipeline(
62
  "automatic-speech-recognition",
63
  model="openai/whisper-large-v3-turbo",
64
+ torch_dtype=torch.float32,
65
  device=device,
66
  )
67
  #vocos = Vocos.from_pretrained("charactr/vocos-mel-24khz")