transcript-api / app /agents /schemas.py
Hamzaaly234's picture
feat/setup
21b2f8c
raw
history blame contribute delete
102 Bytes
from pydantic import BaseModel
class TranscriptionOutput(BaseModel):
text: str
language: str