Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,8 @@ from tqdm.auto import tqdm # For a nice progress bar
|
|
16 |
CLIP_MODEL_NAME = "openai/clip-vit-base-patch32"
|
17 |
|
18 |
# FastSAM
|
19 |
-
|
|
|
20 |
FASTSAM_WEIGHTS_NAME = "FastSAM-s.pt"
|
21 |
|
22 |
# Default FastSAM parameters
|
|
|
16 |
CLIP_MODEL_NAME = "openai/clip-vit-base-patch32"
|
17 |
|
18 |
# FastSAM
|
19 |
+
# *Corrected* HuggingFace link for the weights
|
20 |
+
FASTSAM_WEIGHTS_URL = "https://github.com/An-619/FastSAM/releases/download/v1.0/FastSAM-s.pt"
|
21 |
FASTSAM_WEIGHTS_NAME = "FastSAM-s.pt"
|
22 |
|
23 |
# Default FastSAM parameters
|