Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,8 @@ random.seed(15)
|
|
21 |
np.random.seed(0)
|
22 |
torch.manual_seed(0)
|
23 |
|
24 |
-
os.system("wget https://huggingface.co/lkeab/hq-sam/resolve/main/sam_hq_vit_l.pth")
|
|
|
25 |
|
26 |
CFG_PATH = "configs/demo/pokemon.yaml"
|
27 |
|
|
|
21 |
np.random.seed(0)
|
22 |
torch.manual_seed(0)
|
23 |
|
24 |
+
# os.system("wget https://huggingface.co/lkeab/hq-sam/resolve/main/sam_hq_vit_l.pth")
|
25 |
+
os.system("wget https://huggingface.co/lkeab/hq-sam/resolve/main/sam_hq_vit_tiny.pth")
|
26 |
|
27 |
CFG_PATH = "configs/demo/pokemon.yaml"
|
28 |
|