Dramb commited on
Commit
e4ff875
·
verified ·
1 Parent(s): 460ff45

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -1,4 +1,6 @@
1
  {
2
- "pipeline_tag": "image-segmentation"
 
 
3
  }
4
 
 
1
  {
2
+ "pipeline_tag": "image-segmentation",
3
+ "model_type": "custom",
4
+ "inference": "inference.py"
5
  }
6