Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,6 @@ iface = gr.Interface(classify_image,image,label,
|
|
29 |
# gr.outputs.Textbox(label="Engine issue"),
|
30 |
# gr.outputs.Textbox(label="Engine issue score")],
|
31 |
examples=[["1.jpg"],["2.jpg"],["3.jpg"],["4.jpg"],["5.jpg"]],
|
32 |
-
# examples=["dinosaur.jpg"],
|
33 |
title="Image classification on CIFAR-100",
|
34 |
description = "Model for classifying images from the CIFAR dataset using a vision transformer trained with small data.",
|
35 |
article = "Author: <a href=\"https://huggingface.co/joheras\">J贸nathan Heras</a>"
|
|
|
29 |
# gr.outputs.Textbox(label="Engine issue"),
|
30 |
# gr.outputs.Textbox(label="Engine issue score")],
|
31 |
examples=[["1.jpg"],["2.jpg"],["3.jpg"],["4.jpg"],["5.jpg"]],
|
|
|
32 |
title="Image classification on CIFAR-100",
|
33 |
description = "Model for classifying images from the CIFAR dataset using a vision transformer trained with small data.",
|
34 |
article = "Author: <a href=\"https://huggingface.co/joheras\">J贸nathan Heras</a>"
|