rayh commited on
Commit
355999d
·
verified ·
1 Parent(s): 7bd900b

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
  }