Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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.
|
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")
|