CineGraph / app /schemas.py
PopovDanil's picture
fix2
51aa39f
raw
history blame contribute delete
184 Bytes
from pydantic import BaseModel
class SubtitleRequest(BaseModel):
text: str
class EmotionResponse(BaseModel):
data: list[dict]
class CleanResponse(BaseModel):
text: str