Upload config.json with huggingface_hub
Browse files- config.json +5 -1
config.json
CHANGED
@@ -6,5 +6,9 @@
|
|
6 |
"architectures": [
|
7 |
"YOLOSegmentationModel"
|
8 |
],
|
9 |
-
"pipeline_tag": "image-segmentation"
|
|
|
|
|
|
|
|
|
10 |
}
|
|
|
6 |
"architectures": [
|
7 |
"YOLOSegmentationModel"
|
8 |
],
|
9 |
+
"pipeline_tag": "image-segmentation",
|
10 |
+
"classes": [
|
11 |
+
"normal",
|
12 |
+
"glint"
|
13 |
+
]
|
14 |
}
|