YulianSa commited on
Commit
21eb140
·
1 Parent(s): ff3cc37
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ os.makedirs("./ckpt", exist_ok=True)
13
  # download ViT-H SAM model into ./ckpt
14
  subprocess.call(["wget", "-q", "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth", "-O", "./ckpt/sam_vit_h_4b8939.pth"])
15
 
16
- subprocess.run(
17
  [
18
  "pip",
19
  "install",
 
13
  # download ViT-H SAM model into ./ckpt
14
  subprocess.call(["wget", "-q", "https://dl.fbaipublicfiles.com/segment_anything/sam_vit_h_4b8939.pth", "-O", "./ckpt/sam_vit_h_4b8939.pth"])
15
 
16
+ subprocess.call(
17
  [
18
  "pip",
19
  "install",