mangaruu commited on
Commit
4a8a8fc
·
1 Parent(s): 6b7875e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ models = [
33
  {
34
  "name": "Custom Model",
35
  "config_file": "COCO-InstanceSegmentation/mask_rcnn_R_101_FPN_3x.yaml",
36
- "model_path": "https://huggingface.co/spaces/eyepop-ai/segmentation/blob/main/model_final.pth",
37
  },
38
  ]
39
 
 
33
  {
34
  "name": "Custom Model",
35
  "config_file": "COCO-InstanceSegmentation/mask_rcnn_R_101_FPN_3x.yaml",
36
+ "model_path": "https://huggingface.co/spaces/eyepop-ai/segmentation/resolve/main/model_final.pth",
37
  },
38
  ]
39