joheras commited on
Commit
90826d0
1 Parent(s): dfc620f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ iface = gr.Interface(classify_image,image,label,
32
  # gr.outputs.Textbox(label="Engine issue score")],
33
  examples=["dog4.png","airplane4.png"],
34
  title="Image classification on CIFAR-100",
35
- description = "Model fofoclassifying images from the CIFAR dataset using a vision transformer trained with small data.",
36
  article = "Author: <a href=\"https://huggingface.co/joheras\">Jónathan Heras</a>"
37
  # examples = ["sample.csv"],
38
  )
 
32
  # gr.outputs.Textbox(label="Engine issue score")],
33
  examples=["dog4.png","airplane4.png"],
34
  title="Image classification on CIFAR-100",
35
+ description = "Model for classifying images from the CIFAR dataset using a vision transformer trained with small data.",
36
  article = "Author: <a href=\"https://huggingface.co/joheras\">Jónathan Heras</a>"
37
  # examples = ["sample.csv"],
38
  )