avfranco commited on
Commit
cdf5a0d
1 Parent(s): 41b2864

Trying tiny model again.

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