cahya commited on
Commit
2f6b046
1 Parent(s): 2897dfc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=10,
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