HemanthSai7's picture
Separated the backend and frontend
2ecc792
raw
history blame
119 Bytes
from pydantic import BaseModel
from typing import List
from .generic import Base
class Inference(Base):
docstr:str