avfranco commited on
Commit
eecda59
1 Parent(s): 0f4639b

LLM updated to whisper-small

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def asr_transcriber(audio_file):
32
  ts = False
33
 
34
  #Try to optimize when CPU and float32
35
- model_id = "openai/whisper-tiny"
36
 
37
  # Initialize the ASR pipeline
38
  pipe = pipeline(
 
32
  ts = False
33
 
34
  #Try to optimize when CPU and float32
35
+ model_id = "openai/whisper-small"
36
 
37
  # Initialize the ASR pipeline
38
  pipe = pipeline(