Create config.json
Browse files- config.json +4 -0
config.json
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"pipeline_tag": "zero-shot-image-classification",
|
3 |
+
"model_file": "cortexclip-mini.pth"
|
4 |
+
}
|