aabc2fd e5aa1e6 aabc2fd
1
2
3
4
5
6
7
8
from pydantic import BaseModel class TextIn(BaseModel): text: str class Prediction(BaseModel): language: str