Spaces:
Runtime error
Runtime error
set stride_length_s=(1,4)
Browse files
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=(
|
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 |
|