rrevo commited on
Commit
b932faf
·
1 Parent(s): f35ab4d

prev chunk

Browse files
Files changed (1) hide show
  1. server/src/main.py +1 -1
server/src/main.py CHANGED
@@ -49,4 +49,4 @@ async def transcribe(request: Request):
49
  return_timestamps='word'
50
  )
51
  text = outputs["text"].strip()
52
- return {"transcribe": text}
 
49
  return_timestamps='word'
50
  )
51
  text = outputs["text"].strip()
52
+ return {"transcribe": text, "outputs": outputs}