Update audio2text/init.py
Browse files- audio2text/init.py +1 -1
audio2text/init.py
CHANGED
@@ -13,5 +13,5 @@ pipe = pipeline(
|
|
13 |
model=checkpoint,
|
14 |
device=device,
|
15 |
chunk_length_s=10,
|
16 |
-
stride_length_s=(4, 2),
|
17 |
)
|
|
|
13 |
model=checkpoint,
|
14 |
device=device,
|
15 |
chunk_length_s=10,
|
16 |
+
# stride_length_s=(4, 2),
|
17 |
)
|