Update audio2text/init.py
Browse files- audio2text/init.py +1 -1
audio2text/init.py
CHANGED
@@ -12,6 +12,6 @@ pipe = pipeline(
|
|
12 |
"automatic-speech-recognition",
|
13 |
model=checkpoint,
|
14 |
device=device,
|
15 |
-
chunk_length_s=
|
16 |
# stride_length_s=(4, 2),
|
17 |
)
|
|
|
12 |
"automatic-speech-recognition",
|
13 |
model=checkpoint,
|
14 |
device=device,
|
15 |
+
chunk_length_s=30,
|
16 |
# stride_length_s=(4, 2),
|
17 |
)
|