Skip to content

Commit

Permalink
fix #434
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgatis committed Apr 24, 2023
1 parent 9252279 commit 9a83062
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rembg/commands/s_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def __init__(
model: Annotated[
str, Query(regex=r"(" + "|".join(sessions_names) + ")")
] = Query(
default="u2net",
description="Model to use when processing image",
),
a: bool = Query(default=False, description="Enable Alpha Matting"),
Expand Down Expand Up @@ -132,7 +131,6 @@ def __init__(
model: Annotated[
str, Form(regex=r"(" + "|".join(sessions_names) + ")")
] = Form(
default="u2net",
description="Model to use when processing image",
),
a: bool = Form(default=False, description="Enable Alpha Matting"),
Expand Down

0 comments on commit 9a83062

Please sign in to comment.