Emmawang commited on
Commit
5641e33
1 Parent(s): 8da4491

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -2
config.json CHANGED
@@ -1,8 +1,9 @@
1
  {
2
  "model": {
3
- "name": "my_image_classifier",
4
  "description": "A TensorFlow image classification model",
5
- "language": "tensorflow",
 
6
  "pipeline_tag": "image-classification",
7
  "model_type": "mobilenet_v2"
8
 
 
1
  {
2
  "model": {
3
+ "name": "mobilenetv2_classifier",
4
  "description": "A TensorFlow image classification model",
5
+ "language": "python",
6
+ "framework": "tensorflow",
7
  "pipeline_tag": "image-classification",
8
  "model_type": "mobilenet_v2"
9