Update README.md
Browse files
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=
|
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 |
|