Techdocs / backend /models /inference.py
G.Hemanth Sai
Initialized schema and fastapi app
addbc00
raw
history blame
119 Bytes
from pydantic import BaseModel
from typing import List
from .generic import Base
class Inference(Base):
docstr:str