Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ device = 0 if torch.cuda.is_available() else "cpu"
|
|
13 |
pipe = pipeline(
|
14 |
task="automatic-speech-recognition",
|
15 |
model=MODEL_NAME,
|
16 |
-
chunk_length_s=
|
17 |
device=device,
|
18 |
)
|
19 |
|
|
|
13 |
pipe = pipeline(
|
14 |
task="automatic-speech-recognition",
|
15 |
model=MODEL_NAME,
|
16 |
+
chunk_length_s=30,
|
17 |
device=device,
|
18 |
)
|
19 |
|