Spaces:
Sleeping
Sleeping
c
#2
by
ricardo238costa
- opened
main.py
CHANGED
|
@@ -22,7 +22,6 @@ torch_dtype = torch.float16 if torch.cuda.is_available() else torch.float32
|
|
| 22 |
|
| 23 |
BATCH_SIZE = 8
|
| 24 |
|
| 25 |
-
|
| 26 |
pipe = pipeline("automatic-speech-recognition",
|
| 27 |
"openai/whisper-large-v3",
|
| 28 |
torch_dtype=torch_dtype,
|
|
|
|
| 22 |
|
| 23 |
BATCH_SIZE = 8
|
| 24 |
|
|
|
|
| 25 |
pipe = pipeline("automatic-speech-recognition",
|
| 26 |
"openai/whisper-large-v3",
|
| 27 |
torch_dtype=torch_dtype,
|