Pijush2023 commited on
Commit
ffb1ecc
·
verified ·
1 Parent(s): f48c8f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -264,8 +264,7 @@ pipe_asr = pipeline(
264
  batch_size=16,
265
  torch_dtype=torch_dtype,
266
  device=device,
267
- return_timestamps=True,
268
- language='en' # Ensuring transcription is done in English
269
  )
270
 
271
 
 
264
  batch_size=16,
265
  torch_dtype=torch_dtype,
266
  device=device,
267
+ return_timestamps=True
 
268
  )
269
 
270