joheras commited on
Commit
d01aa07
1 Parent(s): d6b4bd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ 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-100",
35
  description = "Model r foclassifying 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"],
 
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 r foclassifying 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"],