artyomboyko commited on
Commit
a07d738
1 Parent(s): 3fd37fc

Update app.py

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