Image Classification
annanau commited on
Commit
6560858
·
verified ·
1 Parent(s): 5263958

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,6 @@
1
  ---
2
  pipeline_tag: image-classification
 
3
  ---
4
  # Model Card: Fine-Tuned InceptionV3 & Xception for Human Decomposition Image Classification
5
 
@@ -52,5 +53,4 @@ predictions = model.predict(img)
52
 
53
  # Use argmax to get the class label
54
  predicted_class = np.argmax(predictions, axis=1)
55
- ```
56
-
 
1
  ---
2
  pipeline_tag: image-classification
3
+ license: apache-2.0
4
  ---
5
  # Model Card: Fine-Tuned InceptionV3 & Xception for Human Decomposition Image Classification
6
 
 
53
 
54
  # Use argmax to get the class label
55
  predicted_class = np.argmax(predictions, axis=1)
56
+ ```