Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ iface = gr.Interface(classify_image,image,label,
|
|
28 |
examples = ["dog4.png", "ship10.png", "automobile1.png", "airplane10.png"],
|
29 |
title="Image classification with Swin Transfromers",
|
30 |
description = "Model for classifying images from the CIFAR dataset using a vision transformer trained with small data.",
|
31 |
-
article = "Author:
|
32 |
)
|
33 |
|
34 |
|
|
|
28 |
examples = ["dog4.png", "ship10.png", "automobile1.png", "airplane10.png"],
|
29 |
title="Image classification with Swin Transfromers",
|
30 |
description = "Model for classifying images from the CIFAR dataset using a vision transformer trained with small data.",
|
31 |
+
article = "Author: Kelvin Idanwekhai"
|
32 |
)
|
33 |
|
34 |
|