Update routers/transcription.py
Browse files- routers/transcription.py +0 -1
routers/transcription.py
CHANGED
@@ -4,7 +4,6 @@ from typing import List
|
|
4 |
from controllers import process_uploaded_files
|
5 |
|
6 |
router = APIRouter()
|
7 |
-
controller = TranscriptionController()
|
8 |
|
9 |
@router.post("/transcribe")
|
10 |
async def transcribe(files: List[UploadFile] = File(...)):
|
|
|
4 |
from controllers import process_uploaded_files
|
5 |
|
6 |
router = APIRouter()
|
|
|
7 |
|
8 |
@router.post("/transcribe")
|
9 |
async def transcribe(files: List[UploadFile] = File(...)):
|