21b2f8c
1
2
3
4
5
6
from pydantic import BaseModel class TranscriptionOutput(BaseModel): text: str language: str