M4xjunior commited on
Commit
61d3d19
·
verified ·
1 Parent(s): c6d3f2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -39,8 +39,7 @@ def transcribe(audio, task):
39
  chunk_length_s=30,
40
  batch_size=128,
41
  generate_kwargs={"task": task},
42
- return_timestamps="word",
43
- word
44
  )
45
  gr.Info("Finished transcription task")
46
  return outputs['text'].strip()
 
39
  chunk_length_s=30,
40
  batch_size=128,
41
  generate_kwargs={"task": task},
42
+ return_timestamps="word"
 
43
  )
44
  gr.Info("Finished transcription task")
45
  return outputs['text'].strip()