thak123 commited on
Commit
4ac87fd
1 Parent(s): 9aedf57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -25,6 +25,7 @@ def transcribe_speech(filepath):
25
  }, # update with the language you've fine-tuned on
26
  chunk_length_s=30,
27
  batch_size=8,
 
28
  )
29
  return output["text"]
30
 
 
25
  }, # update with the language you've fine-tuned on
26
  chunk_length_s=30,
27
  batch_size=8,
28
+ 'padding=True'
29
  )
30
  return output["text"]
31