gheinrich commited on
Commit
2420cd1
1 Parent(s): 2de3215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -80,8 +80,7 @@ model = torch.hub.load(
80
  version=model_version,
81
  progress=True,
82
  skip_validation=True,
83
- adaptor_names='sam',
84
- vitdet_window_size=16)
85
  model.eval()
86
 
87
  local_sam_checkpoint_path = "sam_vit_h_4b8939.pth"
 
80
  version=model_version,
81
  progress=True,
82
  skip_validation=True,
83
+ adaptor_names='sam')
 
84
  model.eval()
85
 
86
  local_sam_checkpoint_path = "sam_vit_h_4b8939.pth"