asahi417 commited on
Commit
1a22664
1 Parent(s): 3b0c26a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -202,7 +202,7 @@ pipe = pipeline(
202
  torch_dtype=torch_dtype,
203
  device=device,
204
  model_kwargs=model_kwargs,
205
- chunk_length_s=25,
206
  batch_size=16
207
  )
208
 
 
202
  torch_dtype=torch_dtype,
203
  device=device,
204
  model_kwargs=model_kwargs,
205
+ chunk_length_s=15,
206
  batch_size=16
207
  )
208