Pinu12ka4 commited on
Commit
2257ee1
·
verified ·
1 Parent(s): 55b7777

Create config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -0
config.json ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ {
2
+ "model_type": "image_classification",
3
+ "input_shape": [1, 128, 128, 3],
4
+ "labels": ["Female", "Male"]
5
+ }