ciyidogan commited on
Commit
a4521a1
·
verified ·
1 Parent(s): d4c330e

Update routes/audio_routes.py

Browse files
Files changed (1) hide show
  1. routes/audio_routes.py +1 -1
routes/audio_routes.py CHANGED
@@ -4,7 +4,7 @@ Audio API endpoints for Flare (Refactored with Event-Driven Architecture)
4
  Provides text-to-speech (TTS) and speech-to-text (STT) endpoints.
5
  """
6
 
7
- from fastapi import APIRouter, HTTPException, Response, Body, Request
8
  from pydantic import BaseModel
9
  from typing import Optional
10
  from datetime import datetime
 
4
  Provides text-to-speech (TTS) and speech-to-text (STT) endpoints.
5
  """
6
 
7
+ from fastapi import APIRouter, HTTPException, Response, Body, Request, WebSocket
8
  from pydantic import BaseModel
9
  from typing import Optional
10
  from datetime import datetime