Spaces:
Running
Running
Update routes/audio_routes.py
Browse files- 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
|