Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 121 Bytes
0331b6c |
1 2 3 4 5 6 |
from pydantic import BaseModel
class TranslationRequest(BaseModel):
context : str
text: str
target_lang: str |