thak123 commited on
Commit
7fb921e
1 Parent(s): 4ac87fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +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
- 'padding=True'
29
  )
30
  return output["text"]
31
 
 
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