Image Classification
Transformers
Safetensors
English
siglip
fashion
mnist
siglip2
prithivMLmods commited on
Commit
e840fb9
·
verified ·
1 Parent(s): fb516be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -94,7 +94,7 @@ iface = gr.Interface(
94
  fn=fashion_mnist_classification,
95
  inputs=gr.Image(type="numpy"),
96
  outputs=gr.Label(label="Prediction Scores"),
97
- title="Fashion MNIST Classification",
98
  description="Upload an image to classify it into one of the 10 Fashion-MNIST categories."
99
  )
100
 
 
94
  fn=fashion_mnist_classification,
95
  inputs=gr.Image(type="numpy"),
96
  outputs=gr.Label(label="Prediction Scores"),
97
+ title="Fashion MNIST Classification Labels",
98
  description="Upload an image to classify it into one of the 10 Fashion-MNIST categories."
99
  )
100