Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akegarasu committed May 28, 2023
1 parent 91ae3b8 commit d7db7d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mikazuki/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

class TaggerInterrogateRequest(BaseModel):
path: str
interrogator_model: str
interrogator_model: str = Field(
default="wd14-convnextv2-v2"
)
threshold: float = Field(
default=0.35,
ge=0,
Expand Down

0 comments on commit d7db7d8

Please sign in to comment.