Format
Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
parent
d79a75d352
commit
ea54cd9c8c
13 changed files with 168 additions and 116 deletions
|
|
@ -1,8 +1,9 @@
|
|||
from pydantic import BaseModel
|
||||
from typing import List
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class DomainPrediction(BaseModel):
|
||||
domain: str
|
||||
probability: float
|
||||
explanation: List[str]
|
||||
explanation: List[str]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue