Sanster commited on
Commit
31cadd1
1 Parent(s): 03cfa42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ class FakeArgs(BaseModel):
25
  no_half: bool = False
26
  disable_nsfw: bool = False
27
  enable_xformers: bool = False
28
- enable_interactive_seg: bool = False
29
  interactive_seg_model: str = "vit_b"
30
  enable_remove_bg: bool = False
31
  enable_anime_seg: bool = False
 
25
  no_half: bool = False
26
  disable_nsfw: bool = False
27
  enable_xformers: bool = False
28
+ enable_interactive_seg: bool = True
29
  interactive_seg_model: str = "vit_b"
30
  enable_remove_bg: bool = False
31
  enable_anime_seg: bool = False