avfranco commited on
Commit
a1439b8
1 Parent(s): a910371

back to whisper-tiny

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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-small"
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