leenag commited on
Commit
5f17baf
·
verified ·
1 Parent(s): d072b4f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ def transcribe(audio):
37
 
38
  transcription = pipe(
39
  {"array": audio_data, "sampling_rate": sample_rate},
40
- chunk_length_s=30,
41
  batch_size=8,
42
  )["text"]
43
 
 
37
 
38
  transcription = pipe(
39
  {"array": audio_data, "sampling_rate": sample_rate},
40
+ chunk_length_s=10,
41
  batch_size=8,
42
  )["text"]
43