huedaya commited on
Commit
a6d7c56
·
1 Parent(s): b3b871d
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,8 +26,8 @@ def runApi():
26
 
27
  pipe = pipeline(
28
  "automatic-speech-recognition",
29
- model="openai/whisper-large",
30
- chunk_length_s=30,
31
  device=model.device,
32
  )
33
 
 
26
 
27
  pipe = pipeline(
28
  "automatic-speech-recognition",
29
+ model="openai/whisper-small",
30
+ chunk_length_s=15,
31
  device=model.device,
32
  )
33