Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
| from pydantic import BaseModel | |
| class TranslationRequest(BaseModel): | |
| context : str | |
| text: str | |
| target_lang: str |