AngelinaZanardi commited on
Commit
233a0aa
·
verified ·
1 Parent(s): 404feeb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def pipe(file, return_timestamps=False,lang_nn=False):
50
  task="transcribe",
51
  no_timestamps=not return_timestamps,
52
  )
53
- return asr(file, return_timestamps=return_timestamps batch_size=24)
54
 
55
  def format_output(text):
56
  # Add a line break after ".", "!", ":", or "?" unless part of sequences like "..."
 
50
  task="transcribe",
51
  no_timestamps=not return_timestamps,
52
  )
53
+ return asr(file, return_timestamps=return_timestamps, batch_size=24)
54
 
55
  def format_output(text):
56
  # Add a line break after ".", "!", ":", or "?" unless part of sequences like "..."