Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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/
|
| 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 |
|