update
Browse files
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.
|
| 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",
|