rrevo commited on
Commit
4aedc6e
·
1 Parent(s): dbe7ce4
Files changed (1) hide show
  1. server/src/main.py +1 -1
server/src/main.py CHANGED
@@ -46,7 +46,7 @@ async def transcribe(request: Request):
46
  'task': 'transcribe',
47
  'language': 'english'
48
  },
49
- return_timestamps='word'
50
  )
51
  text = outputs["text"].strip()
52
  return {"transcribe": text, "outputs": outputs}
 
46
  'task': 'transcribe',
47
  'language': 'english'
48
  },
49
+ # return_timestamps='word'
50
  )
51
  text = outputs["text"].strip()
52
  return {"transcribe": text, "outputs": outputs}