Spaces:
Build error
Build error
Update app.py
Browse files
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 |
-
|
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"],
|