sortformer diar implementation v0

This commit is contained in:
Quentin Fuxa
2025-08-19 17:02:55 +02:00
parent 7496163467
commit e14bbde77d
6 changed files with 159 additions and 108 deletions

View File

@@ -47,7 +47,7 @@ async def handle_websocket_results(websocket, results_generator):
except WebSocketDisconnect:
logger.info("WebSocket disconnected while handling results (client likely closed connection).")
except Exception as e:
logger.warning(f"Error in WebSocket results handler: {e}")
logger.error(f"Error in WebSocket results handler: {e}")
@app.websocket("/asr")