Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ model_configs = {
|
|
22 |
"dfine_n_custom":
|
23 |
{"cfgfile": "configs/dfine/dfine_hgnetv2_n_coco.yml",
|
24 |
"classinfofile": "configs/custom_info.yml",
|
25 |
-
"weights": "custom_model.pth"},
|
26 |
"dfine_n_coco":
|
27 |
{"cfgfile": "configs/dfine/dfine_hgnetv2_n_coco.yml",
|
28 |
"classinfofile": "configs/coco.yml",
|
|
|
22 |
"dfine_n_custom":
|
23 |
{"cfgfile": "configs/dfine/dfine_hgnetv2_n_coco.yml",
|
24 |
"classinfofile": "configs/custom_info.yml",
|
25 |
+
"weights": "https://github.com/EnPaiva93/storage/raw/refs/heads/main/custom_model.pth"},
|
26 |
"dfine_n_coco":
|
27 |
{"cfgfile": "configs/dfine/dfine_hgnetv2_n_coco.yml",
|
28 |
"classinfofile": "configs/coco.yml",
|