ales commited on
Commit
f7e3fa3
1 Parent(s): 1420613

set stride_length_s=(1,4)

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=8,
16
- stride_length_s=(0,1),
17
  device=device,
18
  )
19
 
 
13
  task="automatic-speech-recognition",
14
  model=MODEL_NAME,
15
  chunk_length_s=8,
16
+ stride_length_s=(1,4),
17
  device=device,
18
  )
19