Spaces:
Build error
Build error
prev chunk
Browse files- 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}
|