artyomboyko commited on
Commit
4c44a8a
1 Parent(s): a07d738

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -19,7 +19,6 @@ pipe = pipeline(
19
  task="automatic-speech-recognition",
20
  model=MODEL_NAME,
21
  chunk_length_s=30,
22
- return_timestamps=True,
23
  device=device,
24
  )
25
 
 
19
  task="automatic-speech-recognition",
20
  model=MODEL_NAME,
21
  chunk_length_s=30,
 
22
  device=device,
23
  )
24