ales commited on
Commit
d14430d
·
1 Parent(s): e9a3ea6

set stride_length_s=2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ pipe = pipeline(
13
  task="automatic-speech-recognition",
14
  model=MODEL_NAME,
15
  chunk_length_s=20,
16
- stride_length_s=0,
17
  device=device,
18
  )
19
 
 
13
  task="automatic-speech-recognition",
14
  model=MODEL_NAME,
15
  chunk_length_s=20,
16
+ stride_length_s=2,
17
  device=device,
18
  )
19