Spaces:
Sleeping
Sleeping
Update app.py
Browse filesreplacing with the small version of the whisper model
app.py
CHANGED
@@ -20,7 +20,8 @@ else:
|
|
20 |
TORCH_DTYPE = torch.float32
|
21 |
|
22 |
|
23 |
-
MODEL_NAME = 'openai/whisper-large-v3'
|
|
|
24 |
|
25 |
pipe = pipeline(
|
26 |
"automatic-speech-recognition",
|
|
|
20 |
TORCH_DTYPE = torch.float32
|
21 |
|
22 |
|
23 |
+
# MODEL_NAME = 'openai/whisper-large-v3'
|
24 |
+
MODEL_NAME = 'openai/whisper-small'
|
25 |
|
26 |
pipe = pipeline(
|
27 |
"automatic-speech-recognition",
|