joheras commited on
Commit
8f6830b
1 Parent(s): e4394e9

Update app.py

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