Spaces:
Build error
Build error
back to whisper-tiny
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def asr_transcriber(audio_file):
|
|
| 31 |
ts = False
|
| 32 |
|
| 33 |
#Try to optimize when CPU and float32
|
| 34 |
-
model_id = "openai/whisper-
|
| 35 |
|
| 36 |
|
| 37 |
# Initialize the ASR pipeline
|
|
|
|
| 31 |
ts = False
|
| 32 |
|
| 33 |
#Try to optimize when CPU and float32
|
| 34 |
+
model_id = "openai/whisper-tiny"
|
| 35 |
|
| 36 |
|
| 37 |
# Initialize the ASR pipeline
|