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