kompiangg's picture
init commit
e316253
raw
history blame
No virus
84 Bytes
from pydantic import BaseModel
class PredictRequest(BaseModel):
predict_text: str