joheras commited on
Commit
925fa32
1 Parent(s): 5be1cb4
Files changed (3) hide show
  1. app.py +1 -1
  2. aquarium_fish.jpg +0 -0
  3. dinosaur.jpg +0 -0
app.py CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(classify_image,image,label,
28
  #outputs=[
29
  # gr.outputs.Textbox(label="Engine issue"),
30
  # gr.outputs.Textbox(label="Engine issue score")],
31
- examples=["dog4.png","airplane4.png"],
32
  title="Image classification on CIFAR-100",
33
  description = "Model for classifying images from the CIFAR dataset using a vision transformer trained with small data.",
34
  article = "Author: <a href=\"https://huggingface.co/joheras\">Jónathan Heras</a>"
28
  #outputs=[
29
  # gr.outputs.Textbox(label="Engine issue"),
30
  # gr.outputs.Textbox(label="Engine issue score")],
31
+ examples=["dinosaur.jpg","aquarium_fish.jpg"],
32
  title="Image classification on CIFAR-100",
33
  description = "Model for classifying images from the CIFAR dataset using a vision transformer trained with small data.",
34
  article = "Author: <a href=\"https://huggingface.co/joheras\">Jónathan Heras</a>"
aquarium_fish.jpg ADDED
dinosaur.jpg ADDED