Add birefnet model_type and tag
Browse filesAllows it to be searchable with https://huggingface.co/models?other=birefnet
- config.json +2 -1
config.json
CHANGED
@@ -16,5 +16,6 @@
|
|
16 |
"type": "image"
|
17 |
}
|
18 |
},
|
19 |
-
"bb_pretrained": false
|
|
|
20 |
}
|
|
|
16 |
"type": "image"
|
17 |
}
|
18 |
},
|
19 |
+
"bb_pretrained": false,
|
20 |
+
"model_type": "birefnet"
|
21 |
}
|