sagar007 commited on
Commit
a9b3c70
·
verified ·
1 Parent(s): 6facde6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- FASTSAM_WEIGHTS_URL = "https://huggingface.co/spaces/An-619/FastSAM/resolve/main/weights/FastSAM-s.pt"
 
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